From: Dan Nicolaescu Date: Fri, 6 Aug 2010 20:05:40 +0000 (-0700) Subject: * sysdep.c: Remove declarations. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=385ee5fbbb1a0a0f49cd42769c27fcd07bd3e5c1;p=emacs.git * sysdep.c: Remove declarations. --- 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. */