cursor: drop unnecessary commented code

This is unused.
This commit is contained in:
Simon Ser 2023-12-12 12:51:33 +01:00 committed by Simon Zeni
parent 7ef62cc995
commit d7ac8c0cc1
1 changed files with 0 additions and 1 deletions

View File

@ -1073,7 +1073,6 @@ static void handle_layout_output_destroy(struct wl_listener *listener,
void *data) {
struct wlr_cursor_output_cursor *output_cursor =
wl_container_of(listener, output_cursor, layout_output_destroy);
//struct wlr_output_layout_output *l_output = data;
output_cursor_destroy(output_cursor);
}