mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
output-layout: remove useless types/fields
This commit is contained in:
parent
498f30aad1
commit
49fa060442
2 changed files with 0 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue