remove duplex definition 22/11222/1
authorJuan Zhao <juan.j.zhao@intel.com>
Mon, 21 Oct 2013 07:47:55 +0000 (15:47 +0800)
committerJuan Zhao <juan.j.zhao@intel.com>
Wed, 23 Oct 2013 00:59:13 +0000 (08:59 +0800)
fw and fh is redefined one segment inside this fuction, and it's not used any
 place else, remove this definition.

Change-Id: I72dd706e8f10ed9184d0d9b894453f1f29933f71

src/lib/ecore_evas/ecore_evas_wayland_shm.c

index e99830f..6459fff 100644 (file)
@@ -280,7 +280,6 @@ static void
 _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h)
 {
    Evas_Engine_Info_Wayland_Shm *einfo;
-   int fw = 0, fh = 0;
 
    LOGFN(__FILE__, __LINE__, __FUNCTION__);