summaryrefslogtreecommitdiff
path: root/gdata/tests/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/tests/common.c')
-rw-r--r--gdata/tests/common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdata/tests/common.c b/gdata/tests/common.c
index a707221a..0815ccfa 100644
--- a/gdata/tests/common.c
+++ b/gdata/tests/common.c
@@ -55,10 +55,6 @@ gdata_test_init (int argc, char **argv)
setlocale (LC_ALL, "");
-#if !GLIB_CHECK_VERSION (2, 35, 0)
- g_type_init ();
-#endif
-
/* Parse the custom options */
for (i = 1; i < argc; i++) {
if (strcmp ("--no-interactive", argv[i]) == 0 || strcmp ("-ni", argv[i]) == 0) {