remove unnecessary undefs in config
This commit is contained in:
parent
a8ae6b931e
commit
512bbeac51
1 changed files with 0 additions and 16 deletions
|
@ -105,45 +105,29 @@
|
|||
|
||||
#include <config_def.hpp>
|
||||
|
||||
#undef FE_0
|
||||
#undef FE_1
|
||||
#undef FE_2
|
||||
#undef FE_3
|
||||
#undef FE_4
|
||||
#undef FE_5
|
||||
|
||||
#undef GET_MACRO
|
||||
#undef FOR_EACH
|
||||
|
||||
#undef CONFIG
|
||||
#undef SECTION
|
||||
|
||||
#undef UINT
|
||||
#undef VAR_UINT
|
||||
#undef VAR_UINT_P
|
||||
#undef VAR_UINT_D
|
||||
|
||||
#undef INT
|
||||
#undef VAR_INT
|
||||
#undef VAR_INT_P
|
||||
#undef VAR_INT_D
|
||||
|
||||
#undef STRING
|
||||
#undef VAR_STRING
|
||||
#undef VAR_STRING_P
|
||||
#undef VAR_STRING_D
|
||||
|
||||
#undef BOOL
|
||||
#undef VAR_BOOL
|
||||
#undef VAR_BOOL_P
|
||||
#undef VAR_BOOL_D
|
||||
|
||||
#undef FLOAT
|
||||
#undef VAR_FLOAT
|
||||
#undef VAR_FLOAT_P
|
||||
#undef VAR_FLOAT_D
|
||||
|
||||
#undef COLOUR
|
||||
#undef VAR_COLOUR
|
||||
#undef VAR_COLOUR_P
|
||||
#undef VAR_COLOUR_D
|
||||
|
|
Loading…
Reference in a new issue