about summary refs log tree commit diff
path: root/src/game/client/components/menus.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2010-07-05 20:57:07 +0200
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-07-05 20:57:07 +0200
commit575f72d978c700e4bedb46f4083bf1c24726640e (patch)
tree4ff07848769ab4e308cbd27959181423904f4292 /src/game/client/components/menus.cpp
parentd302ba921e61177da9af1f85df58fe6f47ca5e95 (diff)
downloadzcatch-575f72d978c700e4bedb46f4083bf1c24726640e.tar.gz
zcatch-575f72d978c700e4bedb46f4083bf1c24726640e.zip
fixed some compiler errors and warnings with clang
Diffstat (limited to 'src/game/client/components/menus.cpp')
-rw-r--r--src/game/client/components/menus.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp
index 76943620..f3dddac7 100644
--- a/src/game/client/components/menus.cpp
+++ b/src/game/client/components/menus.cpp
@@ -1198,8 +1198,6 @@ void CMenus::RenderBackground()
 	float sh = 300;
 	Graphics()->MapScreen(0, 0, sw, sh);
 
-	CUIRect s = *UI()->Screen();
-
 	// render background color
 	Graphics()->TextureSet(-1);
 	Graphics()->QuadsBegin();