From adbfa3216cf3ef6f71cc5b6b22c25a04ae737212 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 23 Dec 2012 21:25:40 +0000 Subject: Fix compiler warnings caused by unused variables. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2552 --- src/hu_lib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/hu_lib.c') 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--; } -- cgit v1.2.3