diff --git a/stepmania/src/StepMania.h b/stepmania/src/StepMania.h index 30a6a7b934..a99003c3a1 100644 --- a/stepmania/src/StepMania.h +++ b/stepmania/src/StepMania.h @@ -17,9 +17,8 @@ void ResetGame(); #if defined(WIN32) extern HWND g_hWndMain; -#endif - extern int g_argc; extern char **g_argv; +#endif #endif