summaryrefslogtreecommitdiff
path: root/src/hu_lib.c
diff options
context:
space:
mode:
authorSimon Howard2012-12-23 21:25:40 +0000
committerSimon Howard2012-12-23 21:25:40 +0000
commitadbfa3216cf3ef6f71cc5b6b22c25a04ae737212 (patch)
tree65a0b4ddec8d685e90c96b02bd3d958bc619ee3c /src/hu_lib.c
parent7b9cfe4a6145bf6d428cca5e4a7241f666c4a7d9 (diff)
downloadchocolate-doom-adbfa3216cf3ef6f71cc5b6b22c25a04ae737212.tar.gz
chocolate-doom-adbfa3216cf3ef6f71cc5b6b22c25a04ae737212.tar.bz2
chocolate-doom-adbfa3216cf3ef6f71cc5b6b22c25a04ae737212.zip
Fix compiler warnings caused by unused variables.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2552
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--;
}