changeset 40401:a1bd6c5f0460

(access_keymap): Remove unused variable `charset'.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 28 Oct 2001 10:52:19 +0000
parents e071742a6bb8
children a7b81507a266
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Sun Oct 28 10:22:34 2001 +0000
+++ b/src/keymap.c	Sun Oct 28 10:52:19 2001 +0000
@@ -541,7 +541,7 @@
 	else if (CONSP (binding))
 	  {
 	    Lisp_Object key = XCAR (binding);
-	    int c1, c2, charset;
+	    int c1, c2;
 	    
 	    if (EQ (key, idx))
 	      val = XCDR (binding);