elm_win: Remove unused variable

hot_obj is unused
This commit is contained in:
Derek Foreman 2018-04-03 13:22:10 -05:00
parent e3c9828dc4
commit 63c96df0d4
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,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;