Fix encapsulation.
This commit is contained in:
@@ -66,9 +66,6 @@ char **g_argv = NULL;
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_GTK
|
|
||||||
# include <gtk/gtk.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool g_bHasFocus = true;
|
static bool g_bHasFocus = true;
|
||||||
static bool g_bQuitting = false;
|
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. */
|
* Do it after ChangeToDirOfExecutable, so the log ends up in the right place. */
|
||||||
LOG = new RageLog();
|
LOG = new RageLog();
|
||||||
|
|
||||||
#ifdef HAVE_GTK
|
|
||||||
gtk_init(&argc,&argv);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
LOG->ShowConsole();
|
LOG->ShowConsole();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user