From 4159a9f73e78daa25c49c92d9163f56a881557f4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 31 Jan 2000 20:48:01 +0000 Subject: [PATCH] (xim_open_dpy): Remove unused local variable. --- src/xterm.c | 1 - 1 file changed, 1 deletion(-) 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) if (xim) { - XIMValuesList *xim_values_list; #ifdef HAVE_X11R6 XIMCallback destroy; #endif -- 2.39.5