summaryrefslogtreecommitdiff
path: root/tests/pixbuf-random.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-random.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-random.c')
-rw-r--r--tests/pixbuf-random.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pixbuf-random.c b/tests/pixbuf-random.c
index c1cabb5e9..0e01b7f42 100644
--- a/tests/pixbuf-random.c
+++ b/tests/pixbuf-random.c
@@ -126,9 +126,6 @@ main (int argc, char **argv)
}
g_print ("the last tested image is saved to the file \"pixbuf-random-image\"\n\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);
g_random_set_seed (seed);