diff options
Diffstat (limited to 'egg/egg-testing.c')
-rw-r--r-- | egg/egg-testing.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/egg/egg-testing.c b/egg/egg-testing.c index df6e4ee..6ca46a8 100644 --- a/egg/egg-testing.c +++ b/egg/egg-testing.c @@ -237,10 +237,6 @@ egg_tests_run_with_loop (void) GMainLoop *loop; gpointer ret; -#if !GLIB_CHECK_VERSION(2,35,0) - g_type_init (); -#endif - loop = g_main_loop_new (NULL, FALSE); wait_condition = g_cond_new (); wait_start = g_cond_new (); |