[gimp/metadata-browser] file-xjt: Drop erroneous initialization



commit f5bafb5efa8ae809302502bcba7907729b6723a8
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Oct 12 17:05:21 2011 +0530

    file-xjt: Drop erroneous initialization

 plug-ins/file-xjt/xjpeg.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/file-xjt/xjpeg.c b/plug-ins/file-xjt/xjpeg.c
index 9fe058c..7a7d8f3 100644
--- a/plug-ins/file-xjt/xjpeg.c
+++ b/plug-ins/file-xjt/xjpeg.c
@@ -108,8 +108,6 @@ xjpg_load_layer (const char    *filename,
   cinfo.err = jpeg_std_error (&jerr.pub);
   jerr.pub.error_exit = my_error_exit;
 
-  l_layer_type = GIMP_GRAY_IMAGE;
-
   if ((infile = g_fopen (filename, "rb")) == NULL)
   {
       g_warning ("can't open \"%s\"\n", filename);



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