summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-24 18:34:50 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-09-24 18:34:50 +0200
commitd75cfef49c271e43317666451f17c55e6747e564 (patch)
tree2dab22f6e7205f85ae83a42cdd24c18733ba068d /video
parent3308bc2bc919cb8fadddad04e48b94d4e9324a34 (diff)
downloadmpv-d75cfef49c271e43317666451f17c55e6747e564.tar.bz2
mpv-d75cfef49c271e43317666451f17c55e6747e564.tar.xz
wayland: remove outdated comment
Diffstat (limited to 'video')
-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);
}