From 191140dd5ea6b9be8f014708bf188046296669f6 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 24 Feb 2016 14:56:10 +0100 Subject: Removed old and wrong code from Globals.h. --- src/Globals.h | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/Globals.h b/src/Globals.h index 5cc323b9e..dd331cd34 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -99,24 +99,9 @@ #error "You are using an unsupported compiler, you might need to #define some stuff here for your compiler" - /* - // Copy and uncomment this into another #elif section based on your compiler identification - - // Explicitly mark classes as abstract (no instances can be created) - #define abstract - - // Mark virtual methods as overriding (forcing them to have a virtual function of the same signature in the base class) - #define override - - // Mark functions as obsolete, so that their usage results in a compile-time warning - #define OBSOLETE +#endif - // Mark types / variables for alignment. Do the platforms need it? - #define ALIGN_8 - #define ALIGN_16 - */ -#endif #ifdef _DEBUG -- cgit v1.2.3