]> code.delx.au - gnu-emacs/commitdiff
(xim_open_dpy): Remove unused local variable.
authorGerd Moellmann <gerd@gnu.org>
Mon, 31 Jan 2000 20:48:01 +0000 (20:48 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 31 Jan 2000 20:48:01 +0000 (20:48 +0000)
src/xterm.c

index abea59684a89a2e4ae3fda0423ffd407194f0261..bb011dd71360d3c2113982d1faed1c4181e96cdc 100644 (file)
@@ -10990,7 +10990,6 @@ xim_open_dpy (dpyinfo, resource_name)
 
   if (xim)
     {
-      XIMValuesList *xim_values_list;
 #ifdef HAVE_X11R6
       XIMCallback destroy;
 #endif