summaryrefslogtreecommitdiff
path: root/tests/dleyna
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dleyna')
-rw-r--r--tests/dleyna/test_dleyna.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/dleyna/test_dleyna.c b/tests/dleyna/test_dleyna.c
index 8773366..a1cb18e 100644
--- a/tests/dleyna/test_dleyna.c
+++ b/tests/dleyna/test_dleyna.c
@@ -440,14 +440,6 @@ main(int argc, char **argv)
* also make sure that warning messages are not printed by default. */
g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_FATAL_MASK);
-#if !GLIB_CHECK_VERSION(2,32,0)
- g_thread_init (NULL);
-#endif
-
-#if !GLIB_CHECK_VERSION(2,35,0)
- g_type_init ();
-#endif
-
g_test_add ("/dleyna/discovery", TestDleynaFixture, NULL,
test_dleyna_setup, test_discovery, test_dleyna_shutdown);
g_test_add ("/dleyna/browse", TestDleynaFixture, NULL,