remove unused variable use and function call

Reviewers: raster, zmike

CC: cedric

Differential Revision: https://phab.enlightenment.org/D867
This commit is contained in:
Seunghun Lee 2014-05-19 15:56:00 +09:00 committed by Carsten Haitzler (Rasterman)
parent 3a89768e48
commit e84eb965f4
1 changed files with 1 additions and 2 deletions

View File

@ -3096,10 +3096,9 @@ _e_comp_object_dirty(Eo *obj, E_Comp_Object *cw)
Eina_Rectangle *r;
Eina_List *l;
Evas_Object *o;
int w, h, ow, oh;
int w, h;
Eina_Bool dirty, visible;
evas_object_geometry_get(cw->obj, NULL, NULL, &ow, &oh);
/* only actually dirty if pixmap is available */
dirty = e_pixmap_size_get(cw->ec->pixmap, &w, &h);
visible = cw->visible;