From 784ad167a91f21be21719d4cf402b38fc4b7d4da Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 5 Apr 2011 19:54:39 +0200 Subject: Use sane GdkPixbufFormat properties --- io-psd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/io-psd.c b/io-psd.c index 6fc4eda..34df2c1 100644 --- a/io-psd.c +++ b/io-psd.c @@ -585,12 +585,10 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info) info->name = "psd"; info->signature = signature; - //info->description = N_("Adobe Photoshop format"); info->description = "Adobe Photoshop format"; info->mime_types = mime_types; info->extensions = extensions; info->flags = GDK_PIXBUF_FORMAT_THREADSAFE; - info->flags = 0; info->license = "LGPL"; } -- cgit v1.1-32-gdbae