summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-31 02:47:32 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-31 02:47:32 +0000
commit69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95 (patch)
tree00ab60bc1db392c982034d7ae88f619ac340c48c /src/keyboard.h
parenta36abf0ef31eb9d684cb18b475d40be9122dc0f5 (diff)
downloademacs-69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95.tar.gz
emacs-69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95.tar.bz2
emacs-69ab3201ca6f6ef1414d678fd9cb13dd4d6f6b95.zip
* s/ms-w32.h (MULTI_KBOARD): Remove.
* xterm.c: * xselect.c: * xfns.c: * window.c: * w32term.c: * w32fns.c: * terminal.c: * termhooks.h: * term.c: * sysdep.c: * keyboard.h: * keyboard.c: * frame.h: * frame.c: * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. * config.nt (MULTI_KBOARD): Remove. * configure.in (MULTI_KBOARD): Remove.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index afdcd9d13de..d0c3c860072 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -171,7 +171,6 @@ struct kboard
char echo_after_prompt;
};
-#ifdef MULTI_KBOARD
/* Temporarily used before a frame has been opened. */
extern KBOARD *initial_kboard;
@@ -188,12 +187,6 @@ extern KBOARD *all_kboards;
/* Nonzero in the single-kboard state, 0 in the any-kboard state. */
extern int single_kboard;
-#else
-extern KBOARD the_only_kboard;
-#define current_kboard (&the_only_kboard)
-#define all_kboards (&the_only_kboard)
-#define single_kboard 1
-#endif
/* Total number of times read_char has returned. */
extern int num_input_events;