summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-loader
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-02-06 07:43:11 -0600
committerFederico Mena Quintero <federico@gnome.org>2018-02-06 07:53:13 -0600
commitb935e3426f00d90e9e4c76ba3d798e367175eea2 (patch)
treefbd9e5de9a30eec033f6e8375cdb6693c65344be /gdk-pixbuf-loader
parent562e00a6ad444b503b963841cc23a49a2f69cc00 (diff)
downloadlibrsvg-b935e3426f00d90e9e4c76ba3d798e367175eea2.tar.gz
Remove RSVG_G_TYPE_INIT - we have required glib 2.52 for some time now
GType auto-initializes itself since glib 2.36.
Diffstat (limited to 'gdk-pixbuf-loader')
-rw-r--r--gdk-pixbuf-loader/test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk-pixbuf-loader/test.c b/gdk-pixbuf-loader/test.c
index 06784d5d..72a51d15 100644
--- a/gdk-pixbuf-loader/test.c
+++ b/gdk-pixbuf-loader/test.c
@@ -24,8 +24,6 @@
#include <glib.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include "rsvg-compat.h"
-
int
main (int argc, char **argv)
{
@@ -51,8 +49,6 @@ main (int argc, char **argv)
/* Use the locally built rsvg loader, not the system one */
g_setenv ("GDK_PIXBUF_MODULE_FILE", "./gdk-pixbuf.loaders", TRUE);
- RSVG_G_TYPE_INIT;
-
context = g_option_context_new ("- Pixbuf Test Loader");
g_option_context_add_main_entries (context, options_table, NULL);
g_option_context_parse (context, &argc, &argv, &error);