devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=def6fe9a3923cb357f115acbfd93397bd01f8e00
commit def6fe9a3923cb357f115acbfd93397bd01f8e00 Author: Chris Michael <[email protected]> Date: Fri Dec 2 11:15:57 2016 -0500 elementary: Remove useless #ifdef This block is already wrapped around an #ifdef directly above, so this Signed-off-by: Chris Michael <[email protected]> --- src/lib/elementary/efl_ui_win.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c index fdcfd26..da07122 100644 --- a/src/lib/elementary/efl_ui_win.c +++ b/src/lib/elementary/efl_ui_win.c @@ -2272,11 +2272,9 @@ _efl_ui_win_hide(Eo *obj, Efl_Ui_Win_Data *sd) if (sd->pointer.ee) { ecore_evas_hide(sd->pointer.ee); -#ifdef HAVE_ELEMENTARY_WL2 sd->pointer.surf = NULL; ecore_wl2_window_pointer_set(sd->wl.win, NULL, sd->pointer.hot_x, sd->pointer.hot_y); -#endif } #endif --
