From 385ee5fbbb1a0a0f49cd42769c27fcd07bd3e5c1 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 6 Aug 2010 13:05:40 -0700 Subject: [PATCH] * sysdep.c: Remove declarations. --- src/sysdep.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index 6e5adc8ec87..331be6d5997 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -96,8 +96,6 @@ along with GNU Emacs. If not, see . */ #include #endif /* USG */ -extern int quit_char; - #include "keyboard.h" #include "frame.h" #include "window.h" @@ -114,11 +112,6 @@ extern int quit_char; #include #endif -/* For serial_configure and serial_open. */ -extern Lisp_Object QCport, QCspeed, QCprocess; -extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; -extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; - #ifdef WINDOWSNT #include /* In process.h which conflicts with the local copy. */ -- 2.39.2