SVN revision: 29199
This commit is contained in:
Dan Sinclair 2007-03-27 16:54:54 +00:00 committed by Dan Sinclair
parent 0f6383ee5b
commit 5ff16c62f0
1 changed files with 0 additions and 1 deletions

View File

@ -381,7 +381,6 @@ efreet_icon_lookup_icon(Efreet_Icon_Theme *theme, const char *icon_name,
{
char cache_key[PATH_MAX];
const char *key;
Efreet_Icon *value;
snprintf(cache_key, sizeof(cache_key), "%s@%dx%d", icon_name, real_size, real_size);
key = ecore_string_instance(cache_key);