diff options
author | emersion <contact@emersion.fr> | 2017-11-19 18:15:11 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-19 18:15:11 +0100 |
commit | a8b31da52c32a65793d6e941b869d5f2d6736775 (patch) | |
tree | 13085dcfbf1c8d0001bc03cc8ed59afe001e27bc /rootston/desktop.c | |
parent | 76e8e1a6ad8ac3947b568bec32b7ed0acd69bef1 (diff) |
Remove roots_seat_{add,remove}_view
Diffstat (limited to 'rootston/desktop.c')
-rw-r--r-- | rootston/desktop.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rootston/desktop.c b/rootston/desktop.c index aa924068..bea492ba 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -190,11 +190,6 @@ void view_init(struct roots_view *view, struct roots_desktop *desktop) { wl_signal_init(&view->events.destroy); wl_list_insert(&desktop->views, &view->link); - - struct roots_seat *seat; - wl_list_for_each(seat, &desktop->server->input->seats, link) { - roots_seat_add_view(seat, view); - } } void view_setup(struct roots_view *view) { |