Path variable no longer needed here.

SVN revision: 56747
This commit is contained in:
Christopher Michael 2011-02-06 09:00:52 +00:00
parent 522779e13c
commit ffa89bd79f
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ desk_gl_icon_get(void *data, Evas_Object *obj, const char *part)
{
#ifdef ELM_EFREET
Efreet_Desktop *d = (Efreet_Desktop *)data;
const char *path;
Evas_Object *ic;
ic = elm_icon_add(obj);
evas_object_size_hint_aspect_set(ic, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);
if (!(!strcmp(part, "elm.swallow.icon"))) return ic;