aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-01-29 23:10:22 +0300
committerSimon Ser <contact@emersion.fr>2022-01-31 10:32:47 +0000
commit49fa060442f702a1343c7f5b18caa6c81bd70252 (patch)
treef7f289a33cc73f7f70e53eba2b0ec0c69d1e5558 /include/wlr
parent498f30aad100ca616640c7bcbf11ab8ef7d48c45 (diff)
output-layout: remove useless types/fields
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_output_layout.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_output_layout.h b/include/wlr/types/wlr_output_layout.h
index f537c418..3cb6e1e2 100644
--- a/include/wlr/types/wlr_output_layout.h
+++ b/include/wlr/types/wlr_output_layout.h
@@ -15,7 +15,6 @@
#include <wlr/util/addon.h>
struct wlr_box;
-struct wlr_output_layout_state;
/**
* Helper to arrange outputs in a 2D coordinate space. The output effective
@@ -27,7 +26,6 @@ struct wlr_output_layout_state;
*/
struct wlr_output_layout {
struct wl_list outputs;
- struct wlr_output_layout_state *state;
struct {
struct wl_signal add;