Remove unused variable

SVN revision: 19292
This commit is contained in:
Christopher Michael 2005-12-25 11:20:29 +00:00
parent 77ebbd9e23
commit 4785fb1d20
1 changed files with 0 additions and 2 deletions

View File

@ -903,8 +903,6 @@ _e_int_menus_themes_pre_cb(void *data, E_Menu *m)
while ((theme = ecore_list_next(themes)))
{
char *ext;
snprintf(fulltheme, sizeof(fulltheme), "%s/%s", buf, theme);
if (ecore_file_is_dir(fulltheme))
continue;