wayland: remove outdated comment

This commit is contained in:
Alexander Preisinger 2013-09-24 18:34:50 +02:00
parent 3308bc2bc9
commit d75cfef49c
1 changed files with 0 additions and 2 deletions

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