mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Remove Bitmap_Pad global. (#318)
Since this is just being used for a 0 value, just use `0`.
This commit is contained in:
@@ -51,8 +51,6 @@ extern DLword *DisplayRegion68k;
|
||||
bool Lisp_Xinitialized = false;
|
||||
int xsync = False;
|
||||
|
||||
int Bitmap_Pad;
|
||||
|
||||
int LispWindowRequestedX = 0;
|
||||
int LispWindowRequestedY = 0;
|
||||
unsigned LispWindowRequestedWidth = DEF_WIN_WIDTH;
|
||||
|
||||
Reference in New Issue
Block a user