summaryrefslogtreecommitdiff
path: root/launcher
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2013-01-17 15:09:35 +0100
committerAndrea Azzarone <azzaronea@gmail.com>2013-01-17 15:09:35 +0100
commit274b07f32230fd0fe2bd82c8bd9e83095941f37b (patch)
tree1c2280353d829b62ea84a16476df726cb4ffdd71 /launcher
parent901df3021c95e12ca7f780f18e362b2097843725 (diff)
Remove deprecated glib function.
(bzr r3043.1.1)
Diffstat (limited to 'launcher')
-rw-r--r--launcher/StandaloneLauncher.cpp1
-rw-r--r--launcher/StandaloneSwitcher.cpp1
2 files changed, 0 insertions, 2 deletions
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);