diff options
Diffstat (limited to 'code/sys')
-rw-r--r-- | code/sys/sys_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c index f2a05e6..eb49326 100644 --- a/code/sys/sys_main.c +++ b/code/sys/sys_main.c @@ -517,8 +517,6 @@ int main( int argc, char **argv ) // Run time const SDL_version *ver = SDL_Linked_Version( ); -#define STRING(s) #s -#define XSTRING(s) STRING(s) #define MINSDL_VERSION \ XSTRING(MINSDL_MAJOR) "." \ XSTRING(MINSDL_MINOR) "." \ |