# HG changeset patch # User Dan Nicolaescu # Date 1281125140 25200 # Node ID f18fad7de4f517acfd150ca95af912250de2ecb5 # Parent 7b41c068528a606ce959e9daa232f83256efda1e * sysdep.c: Remove declarations. diff -r 7b41c068528a -r f18fad7de4f5 src/sysdep.c --- a/src/sysdep.c Fri Aug 06 12:52:47 2010 -0700 +++ b/src/sysdep.c Fri Aug 06 13:05:40 2010 -0700 @@ -96,8 +96,6 @@ #include #endif /* USG */ -extern int quit_char; - #include "keyboard.h" #include "frame.h" #include "window.h" @@ -114,11 +112,6 @@ #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. */