diff options
| author | Kim F. Storm | 2003-12-27 23:19:43 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-12-27 23:19:43 +0000 |
| commit | db4f9403e18676d597721c4e9fa36809bd9e6d0d (patch) | |
| tree | 1de284950a2899aeade22178cb48b54dca6a0866 /src/macterm.c | |
| parent | f2dcea2bf92c7cb7d05110b63c187de1b73544ab (diff) | |
| download | emacs-db4f9403e18676d597721c4e9fa36809bd9e6d0d.tar.gz emacs-db4f9403e18676d597721c4e9fa36809bd9e6d0d.zip | |
(Qface, Qmouse_face): Remove unused externs.
Diffstat (limited to 'src/macterm.c')
| -rw-r--r-- | src/macterm.c | 2 |
1 files changed, 0 insertions, 2 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. */ |