elm_image: Simplify file_get

This commit is contained in:
Jean-Philippe Andre 2015-04-06 15:34:58 +09:00
parent 4a0202b40d
commit 8a801c995f
1 changed files with 1 additions and 4 deletions

View File

@ -1096,10 +1096,7 @@ _elm_image_efl_file_file_get(Eo *obj EINA_UNUSED, Elm_Image_Data *sd, const char
return;
}
if (sd->edje)
edje_object_file_get(sd->img, file, key);
else
evas_object_image_file_get(sd->img, file, key);
eo_do(sd->img, efl_file_get(file, key));
}
EOLIAN static void