[gimp/metadata-browser] file-dicom: Drop dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-dicom: Drop dead variable and assignment
- Date: Fri, 2 Dec 2011 02:21:00 +0000 (UTC)
commit 45a4b2d83b9ae2c61fa63fb1cc0e03d5d5ecab87
Author: Mukund Sivaraman <muks banu com>
Date: Wed Oct 12 19:04:47 2011 +0530
file-dicom: Drop dead variable and assignment
plug-ins/common/file-dicom.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-dicom.c b/plug-ins/common/file-dicom.c
index 773cfe6..c77ad36 100644
--- a/plug-ins/common/file-dicom.c
+++ b/plug-ins/common/file-dicom.c
@@ -379,7 +379,6 @@ load_image (const gchar *filename,
guint16 element_word;
gchar value_rep[3];
guint32 element_length;
- guint32 ctx_ul;
guint16 ctx_us;
guint8 *value;
guint32 tag;
@@ -490,7 +489,6 @@ load_image (const gchar *filename,
continue;
}
/* Some special casts that are used below */
- ctx_ul = *(guint32 *) value;
ctx_us = *(guint16 *) value;
/* Recognize some critical tags */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]