diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2013-01-17 15:09:35 +0100 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2013-01-17 15:09:35 +0100 |
| commit | 274b07f32230fd0fe2bd82c8bd9e83095941f37b (patch) | |
| tree | 1c2280353d829b62ea84a16476df726cb4ffdd71 /launcher | |
| parent | 901df3021c95e12ca7f780f18e362b2097843725 (diff) | |
Remove deprecated glib function.
(bzr r3043.1.1)
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/StandaloneLauncher.cpp | 1 | ||||
| -rw-r--r-- | launcher/StandaloneSwitcher.cpp | 1 |
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); |
