Remove unneeded eina_hash_del

We already checked that this value isn't in the hash.

SVN revision: 50787
This commit is contained in:
Sebastian Dransfeld 2010-08-03 20:46:46 +00:00
parent b197b55abc
commit c623230e98
1 changed files with 0 additions and 1 deletions

View File

@ -360,7 +360,6 @@ efreet_icon_find_theme_check(const char *theme_name)
if (theme_name)
{
theme->name.internal = eina_stringshare_add(theme_name);
eina_hash_del(efreet_icon_themes, (void *)theme->name.internal, NULL);
eina_hash_add(efreet_icon_themes, (void *)theme->name.internal, theme);
}
else