Remove unused label.

SVN revision: 26007
This commit is contained in:
sebastid 2006-09-21 20:08:11 +00:00 committed by sebastid
parent a75d79f66a
commit 87846017d6
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ e_fm_mime_icon_get(const char *mime)
snprintf(buf, sizeof(buf), "%s/data/icons/%s.png", e_prefix_data_get(), buf2);
if (ecore_file_exists(buf)) goto ok;
error:
if (homedir) free(homedir);
return NULL;