diff options
author | Simon Ser <contact@emersion.fr> | 2023-12-12 12:51:33 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2023-12-12 19:39:33 +0000 |
commit | d7ac8c0cc1e889744563425df48c713304e33b11 (patch) | |
tree | 329d92a4fb774d24c89d736ef7f5d9d3bccafbba | |
parent | 7ef62cc995012957b53763a0bce67093ae433893 (diff) |
cursor: drop unnecessary commented code
This is unused.
-rw-r--r-- | types/wlr_cursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/types/wlr_cursor.c b/types/wlr_cursor.c index e33b3ba7..cc37ef70 100644 --- a/types/wlr_cursor.c +++ b/types/wlr_cursor.c @@ -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); } |