edje: remove unused variable

SVN revision: 77623
This commit is contained in:
Sebastian Dransfeld 2012-10-09 08:28:07 +00:00
parent f438ce3bcb
commit 83e1c68da5
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ static Eina_Bool
_parse_parts(Evas_Object *ed)
{
Eina_List *parts, *l, *parts_external = NULL;
const char *name, *typename, *description;
const char *name, *description;
char *apiname;
Edje_Part_Type type;
Eina_Bool draggable, ret = EINA_TRUE;