From: Kim F. Storm Date: Sat, 27 Dec 2003 23:19:43 +0000 (+0000) Subject: (Qface, Qmouse_face): Remove unused externs. X-Git-Tag: ttn-vms-21-2-B4~8145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db4f9403e18676d597721c4e9fa36809bd9e6d0d;p=emacs.git (Qface, Qmouse_face): Remove unused externs. --- 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; extern Lisp_Object Vx_no_window_manager; -extern Lisp_Object Qface, Qmouse_face; - extern int errno; /* 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; extern Lisp_Object Vcommand_line_args, Vsystem_name; -extern Lisp_Object Qface, Qmouse_face; - #ifndef USE_CRT_DLL extern int errno; #endif