* keymap.c (DENSE_TABLE_SIZE): Remove; unused.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 15:42:21 +0000 (08:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 15:42:21 +0000 (08:42 -0700)
src/ChangeLog
src/keymap.c

index 8efad3a..5b9e472 100644 (file)
@@ -4,6 +4,7 @@
        (copy_keymap_item, append_key, push_text_char_description):
        Now static.
        (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
+       (DENSE_TABLE_SIZE): Remove; unused.
 
        * keyboard.c: Declare functions static if they are not used elsewhere.
        (echo_char, echo_dash, cmd_error, top_level_2):
index 05d9616..a4de89f 100644 (file)
@@ -34,9 +34,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "keymap.h"
 #include "window.h"
 
-/* The number of elements in keymap vectors.  */
-#define DENSE_TABLE_SIZE (0200)
-
 /* Actually allocate storage for these variables */
 
 Lisp_Object current_global_map;        /* Current global keymap */