[gimp] file-psp: Remove redundant assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-psp: Remove redundant assignment
- Date: Wed, 12 Oct 2011 14:02:02 +0000 (UTC)
commit b6dd07821eb743f12fc8e4cd26d8bf030c4918c4
Author: Mukund Sivaraman <muks banu com>
Date: Wed Oct 12 19:20:56 2011 +0530
file-psp: Remove redundant assignment
plug-ins/common/file-psp.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-psp.c b/plug-ins/common/file-psp.c
index 9ae5395..500f568 100644
--- a/plug-ins/common/file-psp.c
+++ b/plug-ins/common/file-psp.c
@@ -1188,7 +1188,6 @@ read_channel_data (FILE *f,
buf = g_malloc (127);
while (q < endq)
{
- p = buf;
fread (&runcount, 1, 1, f);
if (runcount > 128)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]