summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-loader/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf-loader/test.c')
-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);