ecore_evas_wayland: remove useless code
authorJiyoun Park <jy0703.park@samsung.com>
Fri, 3 Mar 2017 02:28:52 +0000 (11:28 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Fri, 3 Mar 2017 02:28:52 +0000 (11:28 +0900)
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c

index 9718348..3989e29 100644 (file)
@@ -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;