summaryrefslogtreecommitdiff
path: root/tests/pixbuf-randomly-modified.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-12-18 21:23:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-12-18 21:23:46 -0500
commitef5f77dc991f63663fc5c20c16912190d27de391 (patch)
treeee8aea6e69373400cd18837e66f3f188f2271f74 /tests/pixbuf-randomly-modified.c
parent00b86ebd80f3fcfd02ae41c5b2a626dbb2c3f427 (diff)
downloadgdk-pixbuf-ef5f77dc991f63663fc5c20c16912190d27de391.tar.gz
Drop unneed g_type_init calls
We have been requiring a new-enough GLib for a while now, so drop this unnecessary clutter.
Diffstat (limited to 'tests/pixbuf-randomly-modified.c')
-rw-r--r--tests/pixbuf-randomly-modified.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pixbuf-randomly-modified.c b/tests/pixbuf-randomly-modified.c
index 22452417e..2f599816a 100644
--- a/tests/pixbuf-randomly-modified.c
+++ b/tests/pixbuf-randomly-modified.c
@@ -152,9 +152,6 @@ main (int argc, char **argv)
if (verbose)
g_print ("the last tested image is saved to pixbuf-randomly-modified-image\n");
-#if !GLIB_CHECK_VERSION (2, 35, 3)
- g_type_init ();
-#endif
g_log_set_always_fatal (G_LOG_LEVEL_WARNING | G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL);
if (files->len == 0)