Remove serial validation TODOs

This commit is contained in:
emersion 2018-01-03 16:46:59 +01:00
parent 38ed3b4245
commit c599d8024c
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
2 changed files with 0 additions and 2 deletions

View File

@ -339,7 +339,6 @@ static void data_device_set_selection(struct wl_client *client,
struct wlr_seat_client *seat_client =
wl_resource_get_user_data(dd_resource);
// TODO: store serial and check against incoming serial here
struct wlr_data_source *wlr_source = (struct wlr_data_source *)source;
wlr_seat_set_selection(seat_client->seat, wlr_source, serial);
}

View File

@ -246,7 +246,6 @@ static void device_handle_set_selection(struct wl_client *client,
struct wlr_seat_client *seat_client =
wl_resource_get_user_data(resource);
// TODO: store serial and check against incoming serial here
struct wlr_primary_selection_source *wlr_source =
(struct wlr_primary_selection_source *)source;
wlr_seat_set_primary_selection(seat_client->seat, wlr_source, serial);