From d84f85c7e082a392475619f0c590af105801c7ea Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 6 Jan 2023 18:16:07 -0800 Subject: [PATCH] Remove local variables no longer needed for debugging. --- src/uraid.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/uraid.c b/src/uraid.c index 8248350..b3b823d 100644 --- a/src/uraid.c +++ b/src/uraid.c @@ -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;