summaryrefslogtreecommitdiff
path: root/src/client/ui/ui.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2013-03-13 19:53:52 +0400
committerAndrey Nazarov <skuller@skuller.net>2013-03-14 20:53:32 +0400
commit0fbfe3ceb793830aa7a96bdc1b2d605a2fa8491c (patch)
tree1650418e8d0121d8ea942492f5e601d0b28007eb /src/client/ui/ui.h
parentbaff433b6a2347ba3b052c6d54027634ea90175e (diff)
Clean up R_SetClipRect.
Diffstat (limited to 'src/client/ui/ui.h')
-rw-r--r--src/client/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/ui/ui.h b/src/client/ui/ui.h
index fff4071..cd7fb60 100644
--- a/src/client/ui/ui.h
+++ b/src/client/ui/ui.h
@@ -271,7 +271,6 @@ void PlayerModel_Free(void);
typedef struct uiStatic_s {
qboolean initialized;
int realtime;
- clipRect_t clipRect;
int width, height; // scaled
float scale;
int menuDepth;