diff options
author | infirit <[email protected]> | 2014-05-19 12:46:54 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-19 12:46:54 +0200 |
commit | 495f56659d607938db00e34c9f84bac24013d999 (patch) | |
tree | e9a2bb3cdc860bb64911346602e0cba06034ea0e /tests/document-output-stream.c | |
parent | 82e1234a535c5e719d8876845e82e919c3662243 (diff) | |
download | pluma-495f56659d607938db00e34c9f84bac24013d999.tar.bz2 pluma-495f56659d607938db00e34c9f84bac24013d999.tar.xz |
Drop support for glib < 2.36
Diffstat (limited to 'tests/document-output-stream.c')
-rw-r--r-- | tests/document-output-stream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c index b6a474e2..8c9f6de4 100644 --- a/tests/document-output-stream.c +++ b/tests/document-output-stream.c @@ -119,9 +119,6 @@ test_big_char () int main (int argc, char *argv[]) { -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif g_test_init (&argc, &argv, NULL); pluma_prefs_manager_app_init (); |