1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-27 04:12:51 +00:00

Remove old xXWINDOW code. (#233)

This looks like code that was a mix of SUNDISPLAY and XWINDOW.
But it isn't valid any longer...
This commit is contained in:
Bruce Mitchener
2021-01-19 11:52:50 +07:00
committed by GitHub
parent c9a72229dd
commit 7549c746eb

View File

@@ -134,9 +134,6 @@ extern fd_set LispReadFds;
#ifdef SUNDISPLAY
struct inputmask LispEventMask;
#endif /* SUNDISPLAY */
#ifdef xXWINDOW
struct inputmask LispEventMask;
#endif /* XWINDOW */
IOPAGE *IOPage68K;
@@ -286,11 +283,6 @@ void init_keyboard(int flg) /* if 0 init else re-init */
int_io_open(LispWindowFd); /* from init_dsp, try to prevent mouse-move-no-kbd bug */
#endif /* KBINT */
seteventmask(&LispEventMask);
#elif xXWINDOW
init_Xevent();
seteventmask(&LispEventMask);
#elif XWINDOW
init_Xevent(currentdsp);