1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 20:02:37 +00:00

tidy: initdsp: Remove some unused globals. (#363)

This commit is contained in:
Bruce Mitchener
2021-02-23 00:44:21 +07:00
committed by GitHub
parent 12ef73a794
commit a64a06466c

View File

@@ -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));