1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

wayland: remove outdated comment

This commit is contained in:
Alexander Preisinger 2013-09-24 18:34:50 +02:00
parent 3308bc2bc9
commit d75cfef49c

View File

@ -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);
}