elm_win: Remove unused variable
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 3 Apr 2018 18:22:10 +0000 (13:22 -0500)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 13:25:41 +0000 (22:25 +0900)
hot_obj is unused

src/lib/elementary/efl_ui_win.c

index f0a98be..cede6b9 100644 (file)
@@ -153,7 +153,7 @@ struct _Efl_Ui_Win_Data
       struct wl_surface *surf;
 #endif
       Ecore_Evas  *ee;
-      Evas_Object *obj, *hot_obj;
+      Evas_Object *obj;
       int          hot_x, hot_y;
       Eina_Bool    visible : 1;
    } pointer;