From 8c6f4c3fc3145e3e4de798dd6826c1414d899f4f Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Wed, 30 Jan 2013 06:27:06 +0000 Subject: [PATCH] Cleanups --- gmqcc.h | 7 ------- 1 file changed, 7 deletions(-) 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; -- 2.39.2