diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2013-08-21 12:16:10 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2013-08-21 12:16:48 +0100 |
commit | 5b6ada6b362f3ff160608c00bcffbb8f2b8eff7b (patch) | |
tree | 63100cde96b821d43a07bdcc90c11050fe00fc44 /json-glib/tests/array.c | |
parent | 361e427316cc50b52e4b8f0a71a2b29d1a02ed36 (diff) | |
download | json-glib-5b6ada6b362f3ff160608c00bcffbb8f2b8eff7b.tar.gz |
Remove compile time GLib version check
We depend on a new version of GLib, so we can remove a bunch of old
version checks.
Diffstat (limited to 'json-glib/tests/array.c')
-rw-r--r-- | json-glib/tests/array.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/json-glib/tests/array.c b/json-glib/tests/array.c index 115e84a..98afeab 100644 --- a/json-glib/tests/array.c +++ b/json-glib/tests/array.c @@ -144,10 +144,6 @@ int main (int argc, char *argv[]) { -#if !GLIB_CHECK_VERSION (2, 35, 1) - g_type_init (); -#endif - g_test_init (&argc, &argv, NULL); g_test_add_func ("/array/empty-array", test_empty_array); |