summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-12-18 22:58:27 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-12-18 22:58:27 -0500
commit907a1af97da0091eeba995abd622be296ff9d33d (patch)
tree86f88d410033ba956324a69ed9263377bc228626
parentf9c233bdbc04abb41921bf11171c79556b8f139b (diff)
downloadgdk-pixbuf-907a1af97da0091eeba995abd622be296ff9d33d.tar.gz
Remove an outdated comment
We're now marking the tiff loader as threadsafe, so remove the comment that says it isn't.
-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";
}