From 65f91807ca3f5e1d78cc69f004bfd036f7382b8f Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 16 Dec 2014 13:05:53 +0100 Subject: Revert "Revert "Drop support for glib < 2.36"" This reverts commit 13392e50c61ce3f3d7d04b59677380f935cf3d3c. --- tests/smart-converter.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/smart-converter.c') diff --git a/tests/smart-converter.c b/tests/smart-converter.c index 4f22c68c..58403abf 100644 --- a/tests/smart-converter.c +++ b/tests/smart-converter.c @@ -341,9 +341,6 @@ test_guessed () int main (int argc, char *argv[]) { -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif g_test_init (&argc, &argv, NULL); g_test_add_func ("/smart-converter/utf8-utf8", test_utf8_utf8); -- cgit v1.2.1