Remove unused variable.

SVN revision: 34867
This commit is contained in:
Sebastian Dransfeld 2008-06-19 12:47:04 +00:00
parent 95693f1a1c
commit 4a54010498
1 changed files with 0 additions and 1 deletions

View File

@ -839,7 +839,6 @@ parse_enum(int n, ...)
int
parse_flags(int n, ...)
{
char *str;
Evas_List *lst;
int result = 0;
va_list va;