[gimp] app (plug-in): Remove duplicate assignment



commit 1c9231a44a99f3aeb2f06c6f0b5fc992c9f31e0d
Author: Mukund Sivaraman <muks banu com>
Date:   Mon Oct 10 10:08:12 2011 +0530

    app (plug-in): Remove duplicate assignment

 app/plug-in/gimpinterpreterdb.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/plug-in/gimpinterpreterdb.c b/app/plug-in/gimpinterpreterdb.c
index e098f78..ee966d1 100644
--- a/app/plug-in/gimpinterpreterdb.c
+++ b/app/plug-in/gimpinterpreterdb.c
@@ -540,8 +540,6 @@ gimp_interpreter_db_resolve_programs (GimpInterpreterDB *db)
   GSList     *list;
   GHashTable *extensions;
 
-  list = db->magics;
-
   for (list = db->magics; list; list = list->next)
     {
       GimpInterpreterMagic *magic = list->data;



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