1
0
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:
Bruce Mitchener
2021-01-29 13:52:51 +07:00
committed by GitHub
parent fd62c9ab3a
commit 805cb86a06
2 changed files with 2 additions and 4 deletions

View File

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