diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.c | 2 | ||||
| -rw-r--r-- | src/w32term.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/macterm.c b/src/macterm.c index f0f5a3f4722..8ef25e43856 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -253,8 +253,6 @@ extern Lisp_Object Vcommand_line_args, Vsystem_name; | |||
| 253 | 253 | ||
| 254 | extern Lisp_Object Vx_no_window_manager; | 254 | extern Lisp_Object Vx_no_window_manager; |
| 255 | 255 | ||
| 256 | extern Lisp_Object Qface, Qmouse_face; | ||
| 257 | |||
| 258 | extern int errno; | 256 | extern int errno; |
| 259 | 257 | ||
| 260 | /* A mask of extra modifier bits to put into every keyboard char. */ | 258 | /* A mask of extra modifier bits to put into every keyboard char. */ |
diff --git a/src/w32term.c b/src/w32term.c index 3e4543471c3..d7248499c22 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -221,8 +221,6 @@ static int input_signal_count; | |||
| 221 | 221 | ||
| 222 | extern Lisp_Object Vcommand_line_args, Vsystem_name; | 222 | extern Lisp_Object Vcommand_line_args, Vsystem_name; |
| 223 | 223 | ||
| 224 | extern Lisp_Object Qface, Qmouse_face; | ||
| 225 | |||
| 226 | #ifndef USE_CRT_DLL | 224 | #ifndef USE_CRT_DLL |
| 227 | extern int errno; | 225 | extern int errno; |
| 228 | #endif | 226 | #endif |