Remove old line which did a wl buffer attach.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83269
This commit is contained in:
Christopher Michael 2013-01-24 09:19:51 +00:00 committed by Christopher Michael
parent 269ce8364f
commit 7ebc5523bb
1 changed files with 1 additions and 5 deletions

View File

@ -304,11 +304,7 @@ _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h)
evas_object_resize(wdata->frame, w, h);
if (wdata->win)
{
ecore_wl_window_update_size(wdata->win, w, h);
ecore_wl_window_buffer_attach(wdata->win,
wdata->buffer, 0, 0);
}
ecore_wl_window_update_size(wdata->win, w, h);
if (ee->func.fn_resize) ee->func.fn_resize(ee);
}