mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
cursor: drop unnecessary commented code
This is unused.
This commit is contained in:
parent
7ef62cc995
commit
d7ac8c0cc1
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue