diff options
| -rw-r--r-- | src/sysdep.c | 7 |
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. */ | |||
| 96 | #include <memory.h> | 96 | #include <memory.h> |
| 97 | #endif /* USG */ | 97 | #endif /* USG */ |
| 98 | 98 | ||
| 99 | extern int quit_char; | ||
| 100 | |||
| 101 | #include "keyboard.h" | 99 | #include "keyboard.h" |
| 102 | #include "frame.h" | 100 | #include "frame.h" |
| 103 | #include "window.h" | 101 | #include "window.h" |
| @@ -114,11 +112,6 @@ extern int quit_char; | |||
| 114 | #include <term.h> | 112 | #include <term.h> |
| 115 | #endif | 113 | #endif |
| 116 | 114 | ||
| 117 | /* For serial_configure and serial_open. */ | ||
| 118 | extern Lisp_Object QCport, QCspeed, QCprocess; | ||
| 119 | extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; | ||
| 120 | extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; | ||
| 121 | |||
| 122 | #ifdef WINDOWSNT | 115 | #ifdef WINDOWSNT |
| 123 | #include <direct.h> | 116 | #include <direct.h> |
| 124 | /* In process.h which conflicts with the local copy. */ | 117 | /* In process.h which conflicts with the local copy. */ |