aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rootston/wl_shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c
index 7a37ce43..adb7eaee 100644
--- a/rootston/wl_shell.c
+++ b/rootston/wl_shell.c
@@ -78,9 +78,6 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) {
view->wl_shell_surface = surface;
view->roots_wl_shell_surface = roots_surface;
view->wlr_surface = surface->surface;
- // TODO
- //view->get_input_bounds = get_input_bounds;
- //view->activate = activate;
view->desktop = desktop;
roots_surface->view = view;
wl_list_insert(&desktop->views, &view->link);