aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-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);