From 80d8a9e319ff31caacc6247b8ac5a9b0a11fee09 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 12 Jul 2003 19:53:26 +0000 Subject: [PATCH] Fix encapsulation. --- stepmania/src/StepMania.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index ee13d7b446..9dfab96400 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -66,9 +66,6 @@ char **g_argv = NULL; #endif -#ifdef HAVE_GTK -# include -#endif static bool g_bHasFocus = true; static bool g_bQuitting = false; @@ -443,10 +440,6 @@ int main(int argc, char* argv[]) * Do it after ChangeToDirOfExecutable, so the log ends up in the right place. */ LOG = new RageLog(); -#ifdef HAVE_GTK - gtk_init(&argc,&argv); -#endif - #ifdef DEBUG LOG->ShowConsole(); #endif