summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/m-common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/m-common.c b/tests/m-common.c
index 6d384072..0c038054 100644
--- a/tests/m-common.c
+++ b/tests/m-common.c
@@ -45,8 +45,6 @@ main (int argc, char **argv)
failed = 0;
- g_type_init ();
-
context = g_option_context_new ("");
g_option_context_add_main_entries (context, entries, NULL);
error = NULL;