diff --git a/uppsrc/Core/core.defs b/uppsrc/Core/core.defs index 6735d8d1c..ced62bbfc 100644 --- a/uppsrc/Core/core.defs +++ b/uppsrc/Core/core.defs @@ -1,8 +1,5 @@ #define INITBLOCK void INITBLOCK() #define EXITBLOCK void EXITBLOCK() -#define INITBLOCK void INITBLOCK_(bool) -#define EXITBLOCK void EXITBLOCK_(bool) - #define CONSOLE_APP_MAIN void CONSOLE_APP_MAIN()