1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-04 23:36:04 +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

@@ -143,7 +143,7 @@ v filename Save the virtual memory on the filename(Not Bootable)
/************************************************************************/
extern int DisplayRasterWidth;
extern int LispWindowFd, LispKbdFd;
extern int LispKbdFd;
extern fd_set LispReadFds;
extern struct cursor CurrentCursor, InvisibleCursor;
extern struct screen LispScreen;