diff options
Diffstat (limited to 'xts5/Xlib14/XUnsetICFocus.m')
-rw-r--r-- | xts5/Xlib14/XUnsetICFocus.m | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/xts5/Xlib14/XUnsetICFocus.m b/xts5/Xlib14/XUnsetICFocus.m index 6f963499..c005acbd 100644 --- a/xts5/Xlib14/XUnsetICFocus.m +++ b/xts5/Xlib14/XUnsetICFocus.m @@ -92,12 +92,6 @@ int x_init, *****/ mod_stat() { - extern Display *dpy_save; - extern Window wid_save; - extern Pixmap pid_save; - extern GC gc_save; - extern XWindowAttributes wat_save; - /* * insert modifications to saved data here */ @@ -117,7 +111,6 @@ int x_init, extern int chkflg; extern int signal_status(); extern int unexp_err(); - extern char *svc_user_arg; extern char *strcpy(); /****** @@ -125,7 +118,6 @@ int x_init, ******/ char fmtstr[256], *call_string; union msglst fmt_lst[1]; - int skip_pixcheck; XIM im_value ; Window ret_window ; @@ -133,16 +125,8 @@ int x_init, ss_status, /* save stat return status */ stat_status, /* check stat return status */ setup_status, - cleanup_status, i1; - char *locale ; - char **list_return ; - int count_return ; - char *def_string_return ; - char *svc_ret_value ; - - /****** * Turn on buffering and buffer parameter information * in case an error occurs |