From 575f72d978c700e4bedb46f4083bf1c24726640e Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 5 Jul 2010 20:57:07 +0200 Subject: fixed some compiler errors and warnings with clang --- src/game/client/components/menus.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/client/components/menus.cpp') 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(); -- cgit 1.4.1