aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_viewporter.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/wlr/types/wlr_viewporter.h b/include/wlr/types/wlr_viewporter.h
index 0fdd34c8..f909d9cc 100644
--- a/include/wlr/types/wlr_viewporter.h
+++ b/include/wlr/types/wlr_viewporter.h
@@ -32,14 +32,6 @@ struct wlr_viewporter {
struct wl_listener display_destroy;
};
-struct wlr_viewport {
- struct wl_resource *resource;
- struct wlr_surface *surface;
-
- struct wl_listener surface_destroy;
- struct wl_listener surface_commit;
-};
-
struct wlr_viewporter *wlr_viewporter_create(struct wl_display *display);
#endif