summaryrefslogtreecommitdiff
path: root/src/hu_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hu_lib.c')
-rw-r--r--src/hu_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hu_lib.c b/src/hu_lib.c
index a6b00f3f..32c13b98 100644
--- a/src/hu_lib.c
+++ b/src/hu_lib.c
@@ -146,7 +146,6 @@ void HUlib_eraseTextLine(hu_textline_t* l)
int lh;
int y;
int yoffset;
- static boolean lastautomapactive = true;
// Only erases when NOT in automap and the screen is reduced,
// and the text must either need updating or refreshing
@@ -169,7 +168,6 @@ void HUlib_eraseTextLine(hu_textline_t* l)
}
}
- lastautomapactive = automapactive;
if (l->needsupdate) l->needsupdate--;
}