summaryrefslogtreecommitdiff
path: root/common
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 /common
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 'common')
-rw-r--r--common/test-settings-client.c2
-rw-r--r--common/test-settings-server.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/common/test-settings-client.c b/common/test-settings-client.c
index 59309c92..4a483fe9 100644
--- a/common/test-settings-client.c
+++ b/common/test-settings-client.c
@@ -76,8 +76,6 @@ main (int argc, char **argv)
{
GMainLoop *loop;
- g_type_init ();
-
if (! gdm_settings_client_init (DATADIR "/gdm/gdm.schemas", "/")) {
exit (1);
}
diff --git a/common/test-settings-server.c b/common/test-settings-server.c
index ce33415c..358af5cc 100644
--- a/common/test-settings-server.c
+++ b/common/test-settings-server.c
@@ -77,8 +77,6 @@ main (int argc, char **argv)
GMainLoop *main_loop;
GDBusConnection *connection;
- g_type_init ();
-
connection = get_system_bus ();
if (connection == NULL) {
goto out;