From: Dale Weiler Date: Wed, 30 Jan 2013 06:27:06 +0000 (+0000) Subject: Cleanups X-Git-Tag: before-library~187 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8c6f4c3fc3145e3e4de798dd6826c1414d899f4f;p=xonotic%2Fgmqcc.git Cleanups --- diff --git a/gmqcc.h b/gmqcc.h index ab585d5..7bc6680 100644 --- 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;