diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-10-15 06:57:37 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-10-15 06:57:37 -0700 |
commit | c911772ee8de21bab0b5ba63fac19fc7dc377f45 (patch) | |
tree | dc29335ad02e307ab331ae9612fcc9f9bab0ad13 /src/keyboard.h | |
parent | 57f623e268a3d765676d0d30e9c9065a3a9d8dc1 (diff) | |
download | emacs-c911772ee8de21bab0b5ba63fac19fc7dc377f45.tar.gz |
* keyboard.c, keyboard.h (all_kboards): Now static.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 6f5593bdf65..b9bb006b4ed 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -227,9 +227,6 @@ extern KBOARD *initial_kboard; right now considering input. We can consider input from another kboard, but doing so requires throwing to wrong_kboard_jmpbuf. */ extern KBOARD *current_kboard; - -/* A list of all kboard objects, linked through next_kboard. */ -extern KBOARD *all_kboards; /* Total number of times read_char has returned, modulo UINTMAX_MAX + 1. */ extern uintmax_t num_input_events; |