aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-01-31 20:48:01 +0000
committerGerd Moellmann <[email protected]>2000-01-31 20:48:01 +0000
commit4159a9f73e78daa25c49c92d9163f56a881557f4 (patch)
treed2f76c761bb68380ea2cc061ada4dffe44fd9c66 /src
parent74e9213b8bad45a2f13f4c7a7fd88d20d51e1897 (diff)
(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 abea59684a..bb011dd713 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10990,7 +10990,6 @@ xim_open_dpy (dpyinfo, resource_name)
if (xim)
{
- XIMValuesList *xim_values_list;
#ifdef HAVE_X11R6
XIMCallback destroy;
#endif