summaryrefslogtreecommitdiff
path: root/gui/simple-chooser/gdm-host-chooser.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-12-03 13:59:55 -0500
committerColin Walters <walters@verbum.org>2012-12-03 17:16:40 -0500
commita6ef96b47afaa74b563ad0da69476af394c3e563 (patch)
tree6d03c9fc266f21d8b8a5549479e2ad09692aa548 /gui/simple-chooser/gdm-host-chooser.c
parentbeebfcd47cc63eb25b9e4921f78206447b85a517 (diff)
downloadgdm-a6ef96b47afaa74b563ad0da69476af394c3e563.tar.gz
Drop calls to g_type_init()/g_thread_init()
Both are deprecated and no longer necessary. https://bugzilla.gnome.org/show_bug.cgi?id=689569
Diffstat (limited to 'gui/simple-chooser/gdm-host-chooser.c')
-rw-r--r--gui/simple-chooser/gdm-host-chooser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/simple-chooser/gdm-host-chooser.c b/gui/simple-chooser/gdm-host-chooser.c
index f2e35218..fa15be33 100644
--- a/gui/simple-chooser/gdm-host-chooser.c
+++ b/gui/simple-chooser/gdm-host-chooser.c
@@ -214,8 +214,6 @@ main (int argc, char *argv[])
setlocale (LC_ALL, "");
- g_type_init ();
-
gdm_log_init ();
gdm_log_set_debug (TRUE);