[gimp/metadata-browser] file-psd: Delete dead variable and assignment



commit 8807ab66635361e23314ab0f345acfcd1813c375
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Oct 6 19:51:04 2011 +0530

    file-psd: Delete dead variable and assignment

 plug-ins/file-psd/psd-load.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/file-psd/psd-load.c b/plug-ins/file-psd/psd-load.c
index f2a409b..7c6ada5 100644
--- a/plug-ins/file-psd/psd-load.c
+++ b/plug-ins/file-psd/psd-load.c
@@ -1547,11 +1547,10 @@ add_merged_image (const gint32  image_id,
     {
       guint32 block_len;
       guint32 block_start;
-      guint32 block_end;
 
       block_start = img_a->merged_image_start;
       block_len = img_a->merged_image_len;
-      block_end = block_start + block_len;
+
       fseek (f, block_start, SEEK_SET);
 
       if (fread (&comp_mode, COMP_MODE_SIZE, 1, f) < 1)



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