1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 11:54:43 +00:00

Remove unused/obsolete LispWindowFd references/definition

This commit is contained in:
Nick Briggs
2023-01-07 17:38:34 -08:00
parent c57ae7666d
commit 4a61a3fa6b
12 changed files with 3 additions and 12 deletions

View File

@@ -110,7 +110,6 @@ extern DspInterface currentdsp;
extern DLword *EmMouseX68K, *EmMouseY68K, *EmKbdAd068K, *EmRealUtilin68K, *EmUtilin68K;
extern DLword *EmKbdAd168K, *EmKbdAd268K, *EmKbdAd368K, *EmKbdAd468K, *EmKbdAd568K;
extern u_char *SUNLispKeyMap;
extern int LispWindowFd;
extern int RS232C_Fd, RS232C_remain_data;
extern fd_set LispIOFds;
fd_set LispReadFds;
@@ -218,6 +217,7 @@ DLword ColorCursor_savebitmap[CURSORWIDTH / COLORPIXELS_IN_DLWORD * CURSORHEIGHT
/* */
/* LispWindowFd The keyboard/window FD, for keyboard */
/* and mouse events. */
/* 01/07/2023 - unused, obsolete */
/* */
/* LispIOFds A bit vector of TCP FDs, or other */
/* FDs Lisp is doing async I/O on. */