diff options
author | Andrey Nazarov <skuller@skuller.net> | 2013-03-13 19:53:52 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2013-03-14 20:53:32 +0400 |
commit | 0fbfe3ceb793830aa7a96bdc1b2d605a2fa8491c (patch) | |
tree | 1650418e8d0121d8ea942492f5e601d0b28007eb /src/client/ui/ui.h | |
parent | baff433b6a2347ba3b052c6d54027634ea90175e (diff) |
Clean up R_SetClipRect.
Diffstat (limited to 'src/client/ui/ui.h')
-rw-r--r-- | src/client/ui/ui.h | 1 |
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; |