[gimp/metadata-browser] file-psp: Remove redundant assignment



commit 2d1779706fa96dcbb864baf6d88543a5894924d2
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]