From 274b07f32230fd0fe2bd82c8bd9e83095941f37b Mon Sep 17 00:00:00 2001 From: Andrea Azzarone Date: Thu, 17 Jan 2013 15:09:35 +0100 Subject: Remove deprecated glib function. (bzr r3043.1.1) --- launcher/StandaloneLauncher.cpp | 1 - launcher/StandaloneSwitcher.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'launcher') diff --git a/launcher/StandaloneLauncher.cpp b/launcher/StandaloneLauncher.cpp index 2172d2695..da366a663 100644 --- a/launcher/StandaloneLauncher.cpp +++ b/launcher/StandaloneLauncher.cpp @@ -41,7 +41,6 @@ void ThreadWidgetInit(nux::NThread* thread, void* InitData) int main(int argc, char** argv) { - g_type_init(); gtk_init(&argc, &argv); nux::NuxInitialize(0); diff --git a/launcher/StandaloneSwitcher.cpp b/launcher/StandaloneSwitcher.cpp index 34467a0c7..7da9bef9e 100644 --- a/launcher/StandaloneSwitcher.cpp +++ b/launcher/StandaloneSwitcher.cpp @@ -299,7 +299,6 @@ void ThreadWidgetInit(nux::NThread* thread, void* InitData) int main(int argc, char** argv) { - g_type_init(); gtk_init(&argc, &argv); nux::NuxInitialize(0); -- cgit v1.2.3