changeset 27542:7454554ca53d

(xim_open_dpy): Remove unused local variable.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 31 Jan 2000 20:48:01 +0000
parents a980b6571ea9
children fb5064fd7e02
files src/xterm.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Jan 31 20:18:20 2000 +0000
+++ b/src/xterm.c	Mon Jan 31 20:48:01 2000 +0000
@@ -10990,7 +10990,6 @@
 
   if (xim)
     {
-      XIMValuesList *xim_values_list;
 #ifdef HAVE_X11R6
       XIMCallback destroy;
 #endif