[gdk-pixbuf] Remove an outdated comment



commit 907a1af97da0091eeba995abd622be296ff9d33d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 18 22:58:27 2013 -0500

    Remove an outdated comment
    
    We're now marking the tiff loader as threadsafe, so
    remove the comment that says it isn't.

 gdk-pixbuf/io-tiff.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c
index 2f4e7e8..a8788f5 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";
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]