[gimp/metadata-browser] app (plug-in): Remove duplicate assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app (plug-in): Remove duplicate assignment
- Date: Fri, 2 Dec 2011 02:17:24 +0000 (UTC)
commit d434f8ca6025dc87633564b7b2d1edc957adee05
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]