app (plug-in): Remove duplicate assignment

This commit is contained in:
Mukund Sivaraman 2011-10-10 10:08:12 +05:30
parent 3725041760
commit 1c9231a44a
1 changed files with 0 additions and 2 deletions

View File

@ -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;