diff options
| author | heinrich5991 <heinrich5991@gmail.com> | 2012-06-27 11:47:31 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2013-02-24 17:38:29 +0100 |
| commit | 86fe9757c5ca48349bf6d4035ffa33f745026a7e (patch) | |
| tree | 754a2292e727ab6fcc192b568cb02853b8282c9b /src/engine/client/graphics_threaded.h | |
| parent | 7b545f3ed941d45c3a42016b9de667a08f8d4dc6 (diff) | |
| download | zcatch-86fe9757c5ca48349bf6d4035ffa33f745026a7e.tar.gz zcatch-86fe9757c5ca48349bf6d4035ffa33f745026a7e.zip | |
Removed useless enum
Diffstat (limited to 'src/engine/client/graphics_threaded.h')
| -rw-r--r-- | src/engine/client/graphics_threaded.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/engine/client/graphics_threaded.h b/src/engine/client/graphics_threaded.h index 253059ec..b88ee3cb 100644 --- a/src/engine/client/graphics_threaded.h +++ b/src/engine/client/graphics_threaded.h @@ -98,13 +98,6 @@ public: enum { - INITFLAG_FULLSCREEN = 1, - INITFLAG_VSYNC = 2, - INITFLAG_RESIZABLE = 4, - }; - - enum - { // PRIMTYPE_INVALID = 0, PRIMTYPE_LINES, |