summaryrefslogtreecommitdiff
path: root/src/w32term.c
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-12-27 23:19:43 +0000
committerKim F. Storm <storm@cua.dk>2003-12-27 23:19:43 +0000
commitdb4f9403e18676d597721c4e9fa36809bd9e6d0d (patch)
tree1de284950a2899aeade22178cb48b54dca6a0866 /src/w32term.c
parentf2dcea2bf92c7cb7d05110b63c187de1b73544ab (diff)
downloademacs-db4f9403e18676d597721c4e9fa36809bd9e6d0d.tar.gz
(Qface, Qmouse_face): Remove unused externs.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 0 insertions, 2 deletions
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