From 1e7c923638600f865601bda3e2f294cadea7a244 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 24 Oct 2014 13:48:16 +0200 Subject: Remove deprecated glib thread api calls. Also bump minimum required glib version to 2.32. --- src/tools/marco-grayscale.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/marco-grayscale.c b/src/tools/marco-grayscale.c index 7eb3e2b7..4add2771 100644 --- a/src/tools/marco-grayscale.c +++ b/src/tools/marco-grayscale.c @@ -81,8 +81,6 @@ main (int argc, char **argv) return 1; } - g_type_init (); - err = NULL; pixbuf = gdk_pixbuf_new_from_file (argv[1], &err); if (err != NULL) -- cgit v1.2.1