aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Orzechowski <orzechowski.alexander@gmail.com>2022-05-21 11:37:21 -0400
committerAlexander Orzechowski <orzechowski.alexander@gmail.com>2022-08-14 02:38:51 -0400
commit59675347e6c1ac86ec750ea69cddaf0c873f6437 (patch)
treeaebb05a384e2e29a713ee1693af547c52e896df2 /include
parent919e67da7d3a32a294afe26dbf7a16c6d4c3af4c (diff)
wlr_scene: Remove unused typedef
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_scene.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h
index 93695b6f..d92df7db 100644
--- a/include/wlr/types/wlr_scene.h
+++ b/include/wlr/types/wlr_scene.h
@@ -32,9 +32,6 @@ struct wlr_layer_surface_v1;
struct wlr_scene_node;
struct wlr_scene_buffer;
-typedef void (*wlr_scene_node_iterator_func_t)(struct wlr_scene_node *node,
- int sx, int sy, void *data);
-
typedef bool (*wlr_scene_buffer_point_accepts_input_func_t)(
struct wlr_scene_buffer *buffer, int sx, int sy);