summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wayland_common.c')
-rw-r--r--video/out/wayland_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index e486933e86..eb7faafc61 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -313,8 +313,6 @@ static void pointer_handle_enter(void *data,
wl->cursor.serial = serial;
wl->cursor.pointer = pointer;
- /* Release the left button on pointer enter again
- * because after moving the shell surface no release event is sent */
show_cursor(wl);
}