aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-31 20:48:01 +0000
committerGerd Moellmann2000-01-31 20:48:01 +0000
commit4159a9f73e78daa25c49c92d9163f56a881557f4 (patch)
treed2f76c761bb68380ea2cc061ada4dffe44fd9c66 /src
parent74e9213b8bad45a2f13f4c7a7fd88d20d51e1897 (diff)
downloademacs-4159a9f73e78daa25c49c92d9163f56a881557f4.tar.gz
emacs-4159a9f73e78daa25c49c92d9163f56a881557f4.zip
(xim_open_dpy): Remove unused local variable.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index abea59684a8..bb011dd7136 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10990,7 +10990,6 @@ xim_open_dpy (dpyinfo, resource_name)
10990 10990
10991 if (xim) 10991 if (xim)
10992 { 10992 {
10993 XIMValuesList *xim_values_list;
10994#ifdef HAVE_X11R6 10993#ifdef HAVE_X11R6
10995 XIMCallback destroy; 10994 XIMCallback destroy;
10996#endif 10995#endif