summaryrefslogtreecommitdiff
path: root/tests/testing-util
diff options
context:
space:
mode:
authorGarrett Regier <garrettregier@gmail.com>2014-12-20 00:48:40 -0800
committerGarrett Regier <garrettregier@gmail.com>2014-12-20 09:11:35 -0800
commit702e35e2b4b49088d0170b4100050ad5082776e3 (patch)
tree702f9ecc1695ec2d2792b00ae36615fc415ca104 /tests/testing-util
parentf7ec720d4dac70031dfc07a99d42561e88896388 (diff)
downloadlibpeas-702e35e2b4b49088d0170b4100050ad5082776e3.tar.gz
Remove an old version check
Diffstat (limited to 'tests/testing-util')
-rw-r--r--tests/testing-util/testing-util.c4
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);