Remove unused variable.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:20:40 +0000 (09:20 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:20:40 +0000 (09:20 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83273

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c

index 288b1f4..24f17d8 100644 (file)
@@ -241,7 +241,6 @@ _ecore_evas_wl_free(Ecore_Evas *ee)
 static void 
 _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h)
 {
-   Evas_Engine_Info_Wayland_Shm *einfo;
    Ecore_Evas_Engine_Wl_Data *wdata;
    int orig_w, orig_h;