[gimp/metadata-browser] file-cel: Drop dead assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-cel: Drop dead assignment
- Date: Fri, 2 Dec 2011 02:21:05 +0000 (UTC)
commit dfb02b26992d1319e5c05028d437261114c4f755
Author: Mukund Sivaraman <muks banu com>
Date: Wed Oct 12 19:07:08 2011 +0530
file-cel: Drop dead assignment
plug-ins/common/file-cel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-cel.c b/plug-ins/common/file-cel.c
index 7af737f..d285936 100644
--- a/plug-ins/common/file-cel.c
+++ b/plug-ins/common/file-cel.c
@@ -530,7 +530,7 @@ load_palette (FILE *fp,
}
else
{
- colours = 16; bpp = 12;
+ colours = 16;
fseek (fp, 0, SEEK_SET);
for (i= 0; i < colours; ++i)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]