mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01: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…
Reference in a new issue