summaryrefslogtreecommitdiff
path: root/src/wi_stuff.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/wi_stuff.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/wi_stuff.c')
-rw-r--r--src/wi_stuff.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wi_stuff.c b/src/wi_stuff.c
index 7c0ba312..37933eda 100644
--- a/src/wi_stuff.c
+++ b/src/wi_stuff.c
@@ -1014,10 +1014,6 @@ void WI_drawDeathmatchStats(void)
int x;
int y;
int w;
-
- int lh; // line height
-
- lh = WI_SPACINGY;
WI_slamBackground();