[libpeas] Remove an old version check



commit 702e35e2b4b49088d0170b4100050ad5082776e3
Author: Garrett Regier <garrettregier gmail com>
Date:   Sat Dec 20 00:48:40 2014 -0800

    Remove an old version check

 tests/testing-util/testing-util.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c
index a6a2336..dac946e 100644
--- a/tests/testing-util/testing-util.c
+++ b/tests/testing-util/testing-util.c
@@ -185,10 +185,6 @@ testing_util_init (void)
   if (initialized)
     return;
 
-#if !GLIB_CHECK_VERSION (2, 35, 0)
-  g_type_init ();
-#endif
-
   /* Don't abort on warnings or criticals */
   g_log_set_always_fatal (G_LOG_LEVEL_ERROR);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]