jypark pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=89c6a316f68e736a4c42901278b23bff4986ae3b
commit 89c6a316f68e736a4c42901278b23bff4986ae3b Author: Jiyoun Park <jy0703.p...@samsung.com> Date: Fri Mar 3 11:28:52 2017 +0900 ecore_evas_wayland: remove useless code --- src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index 9718348..3989e29 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -946,9 +946,6 @@ _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h) ee->w = w; ee->h = h; - orig_w = w; - orig_h = h; - if (!ee->prop.fullscreen) { int fw = 0, fh = 0; --