X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Finput-method-motif.c;h=a05e05569cfb9348360c8bdbc1f9d3f7fa561957;hp=f51e4e71f8baf914b334d78bc870416fce67e3b4;hb=041e98cf4c48018877365e3bfb37cfc09b54cc6d;hpb=60ad9a0d8081fee7d81df258c165b5c8b7efa03a diff --git a/src/input-method-motif.c b/src/input-method-motif.c index f51e4e7..a05e055 100644 --- a/src/input-method-motif.c +++ b/src/input-method-motif.c @@ -94,13 +94,6 @@ XIM_init_device (struct device *d) /* Nothing to do */ } -/* Callback for the deleting frame. */ -static void -XIM_delete_frame (Widget w, XtPointer client_data, XtPointer call_data) -{ - XmImUnregister ((Widget) client_data); -} - void XIM_init_frame (struct frame *f) { @@ -159,8 +152,6 @@ XIM_init_frame (struct frame *f) NULL); XmFontListEntryFree (&fontlistEntry); - - XtAddCallback (w, XmNdestroyCallback, XIM_delete_frame, (XtPointer) w); } void