From a64a06466cae6df42c1f54472b23bbb6668fba56 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 23 Feb 2021 00:44:21 +0700 Subject: [PATCH] tidy: initdsp: Remove some unused globals. (#363) --- src/initdsp.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/initdsp.c b/src/initdsp.c index b300459..742d11a 100644 --- a/src/initdsp.c +++ b/src/initdsp.c @@ -68,7 +68,6 @@ #include "devif.h" DLword *DisplayRegion68k_end_addr; extern DspInterface currentdsp; -int DisplayWidth8; #endif /* DOS */ /* from /usr/include/sun/fbio.h some machines don't have following def. */ @@ -125,7 +124,6 @@ extern int MonoOrColor; #ifdef XWINDOW DLword *DisplayRegion68k_end_addr; -int LispDisplayWidth, LispDisplayHeight; extern int *Xdisplay; /* DAANGER -jarl nilsson 27-apr-92 */ #endif /* XWINDOW */ @@ -352,10 +350,6 @@ void init_display2(DLword *display_addr, int display_max) DISP_MAX_Address = DisplayRegion68k + DisplayRasterWidth * displayheight; DBPRINT(("FBIOGTYPE w x h = %d x %d\n", displaywidth, displayheight)); -#ifdef DOS - DisplayWidth8 = displaywidth / 8; -#endif /* DOS */ - DBPRINT(("FBIOGTYPE w x h = %d x %d\n", displaywidth, displayheight)); #ifdef SUNDISPLAY DBPRINT((" (real) type = %d\n", my_screen.fb_type));