summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdk-pixbuf/io-tiff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c
index 2f4e7e8ae..a8788f541 100644
--- a/gdk-pixbuf/io-tiff.c
+++ b/gdk-pixbuf/io-tiff.c
@@ -788,7 +788,6 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
info->description = N_("The TIFF image format");
info->mime_types = (gchar **) mime_types;
info->extensions = (gchar **) extensions;
- /* not threadsafe, due to the error handler handling */
info->flags = GDK_PIXBUF_FORMAT_WRITABLE | GDK_PIXBUF_FORMAT_THREADSAFE;
info->license = "LGPL";
}