seat: remove a TODO comment about simulating keyboard events

This commit is contained in:
Kirill Primak 2023-06-12 20:54:44 +03:00
parent 6e8fb5509f
commit 96f1fdd113
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ struct wlr_seat_pointer_state {
} events;
};
// TODO: May be useful to be able to simulate keyboard input events
struct wlr_seat_keyboard_state {
struct wlr_seat *seat;
struct wlr_keyboard *keyboard;