summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-io.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index ce0ed633f..58bb74879 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -649,9 +649,6 @@ gdk_pixbuf_io_init_builtin (void)
#ifdef INCLUDE_icns
load_one_builtin_module (icns);
#endif
-#ifdef INCLUDE_jasper
- load_one_builtin_module (jasper);
-#endif
#ifdef INCLUDE_qtif
load_one_builtin_module (qtif);
#endif
@@ -704,7 +701,6 @@ module (bmp);
module (xbm);
module (tga);
module (icns);
-module (jasper);
module (qtif);
module (gdip_ico);
module (gdip_wmf);
@@ -785,9 +781,6 @@ gdk_pixbuf_load_module_unlocked (GdkPixbufModule *image_module,
#ifdef INCLUDE_icns
try_module (icns,icns);
#endif
-#ifdef INCLUDE_jasper
- try_module (jasper,jasper);
-#endif
#ifdef INCLUDE_qtif
try_module (qtif,qtif);
#endif