remove no longer necessary setting of changes.size on client resize

this is unnecessary since we resize on every necessary frame anyway
This commit is contained in:
Mike Blumenkrantz 2015-01-22 23:03:38 -05:00
parent 847ce5b0d5
commit 30f17c5680
1 changed files with 0 additions and 5 deletions

View File

@ -1406,11 +1406,6 @@ _e_client_cb_evas_resize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_
Evas_Coord x, y, w, h;
ec->pre_res_change.valid = 0;
if (ec->internal_elm_win || (!ec->netwm.sync.request))
{
EC_CHANGED(ec);
ec->changes.size = 1;
}
_e_client_event_simple(ec, E_EVENT_CLIENT_RESIZE);