diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-09-23 13:02:46 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-09-23 15:25:43 +0200 |
commit | dc92ecbd701c23fbb79afee0f33c16e44298de9d (patch) | |
tree | 1e6b1d9a1557be677867a61c2ca220019be9fbee /tests/dleyna | |
parent | a45fd4432760c6024cab0685ad9423dd48b5a4b4 (diff) |
all: Bump glib version to 2.44
The same version that grilo requires.
Diffstat (limited to 'tests/dleyna')
-rw-r--r-- | tests/dleyna/test_dleyna.c | 8 |
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, |