Drop unused variable.
authorLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 20:46:55 +0000 (20:46 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 20:46:55 +0000 (20:46 +0000)
src/editors.c

index 9c1a723..81cf210 100644 (file)
@@ -379,8 +379,7 @@ gint editor_command_parse(const gchar *template, GList *list, gchar **output)
        const gchar *p = template;
        GString *result = NULL;
        gchar *extensions = NULL;
-       GList *work;
-
+       
        if (output)
                result = g_string_new("");