edje: fix a git merge issue that did slip in.
authorCedric Bail <cedric.bail@samsung.com>
Thu, 1 Aug 2013 02:22:29 +0000 (11:22 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Thu, 1 Aug 2013 02:22:29 +0000 (11:22 +0900)
src/lib/edje/edje_textblock_styles.c

index 8b2b21f0f5a4c080554b11bbb8dc6d4ea80e20ff..9f089c8b92246884bedc9daaa59a87a94271f5b2 100644 (file)
@@ -413,8 +413,6 @@ _edje_textblock_style_cleanup(Edje_File *edf)
 
         EINA_LIST_FREE(stl->tags, tag)
          {
-            Edje_Style_Tag *tag;
-
             if (tag->value && eet_dictionary_string_check(eet_dictionary_get(edf->ef), tag->value) == 0)
                eina_stringshare_del(tag->value);
              if (edf->free_strings)