summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/elementary/efl_ui_win.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c
index 3f9ca18463..5f84f914c6 100644
--- a/src/lib/elementary/efl_ui_win.c
+++ b/src/lib/elementary/efl_ui_win.c
@@ -3917,9 +3917,6 @@ _win_move_start(Efl_Ui_Win_Data *sd)
#ifdef HAVE_ELEMENTARY_WL2
if (sd->wl.win)
{
- ecore_wl2_window_pointer_set(sd->wl.win, NULL,
- sd->pointer.hot_x, sd->pointer.hot_y);
-
/* Note: Not passing any X,Y position as those don't make sense, only
* the compositor can really handle the window & pointer position. */
ecore_evas_wayland_move(sd->ee, 0, 0);