summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/wi_stuff.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-08 21:06:38 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-08 21:06:38 +0000
commit67f215032d8bab2571aad2da739d72512c064ca4 (patch)
treeb39689b5947f0522ca16fd79900906981951cd8f /apps/plugins/doom/wi_stuff.c
parentab99e941dbf0481a1c0abb3767a745d23b53bfd2 (diff)
downloadrockbox-67f215032d8bab2571aad2da739d72512c064ca4.tar.gz
rockbox-67f215032d8bab2571aad2da739d72512c064ca4.zip
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29841 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/wi_stuff.c')
-rw-r--r--apps/plugins/doom/wi_stuff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/doom/wi_stuff.c b/apps/plugins/doom/wi_stuff.c
index 5aec366026..7c7831d084 100644
--- a/apps/plugins/doom/wi_stuff.c
+++ b/apps/plugins/doom/wi_stuff.c
@@ -1176,11 +1176,8 @@ void WI_drawDeathmatchStats(void)
1176 int y; 1176 int y;
1177 int w; 1177 int w;
1178 1178
1179 int lh; // line height
1180 int halfface = V_NamePatchWidth(facebackp)/2; 1179 int halfface = V_NamePatchWidth(facebackp)/2;
1181 1180
1182 lh = WI_SPACINGY;
1183
1184 WI_slamBackground(); 1181 WI_slamBackground();
1185 1182
1186 // draw animated background 1183 // draw animated background