edje_pick - remove unused var that we just free and nothing else

this should fix CID 1039669
This commit is contained in:
Carsten Haitzler 2014-08-14 19:25:32 +09:00
parent 90bbc73c6e
commit 53ddf83842
1 changed files with 0 additions and 4 deletions

View File

@ -1297,7 +1297,6 @@ main(int argc, char **argv)
Eina_List *samples = NULL;
Eina_List *tones = NULL;
Eina_List *vibrations = NULL;
Edje_Image_Directory_Set *sets = NULL; /* ALL files sets composed here */
Edje_Part_Collection *edc;
Edje_Part_Collection_Directory_Entry *ce;
@ -1528,9 +1527,6 @@ main(int argc, char **argv)
free(fl);
if (sets)
free(sets);
if (output_filename)
printf("Wrote <%s> output file.\n", output_filename);