]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Cleanups
authorDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 06:27:06 +0000 (06:27 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 06:27:06 +0000 (06:27 +0000)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index ab585d5143bb70b9f73e09af01905ce64a02ba97..7bc6680e2ecf3fd299272777854cfd1f719eb318 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1153,13 +1153,6 @@ typedef enum {
     COMPILER_GMQCC    /* this   QuakeC */
 } opts_std_t;
 
-typedef enum {
-    OPT_TYPE_BOOL,
-    OPT_TYPE_U16,
-    OPT_TYPE_U32,
-    OPT_TYPE_STR
-} opt_type_t;
-
 typedef union {
     bool     B;
     uint16_t U16;