1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Remove local variables no longer needed for debugging.

This commit is contained in:
Nick Briggs 2023-01-06 18:16:07 -08:00
parent 526e559c8d
commit d84f85c7e0

View File

@ -151,10 +151,6 @@ extern int displaywidth, displayheight;
extern DLword *DisplayRegion68k;
extern int FrameBufferFd, ether_fd, RS232C_Fd;
LispPTR RadiAtomIndex;
LispPTR RaidPackageIndex;
DLword *HideDisp68k;
#ifdef COLOR
DLword *HideColorDisp68k;
extern int Inited_Color;