output: remove scale/transform events

Instead, the commit event should be used.
This commit is contained in:
Simon Ser 2021-01-10 16:57:10 +01:00
parent aab43b3c76
commit cc56b4f073
2 changed files with 0 additions and 6 deletions

View file

@ -170,8 +170,6 @@ struct wlr_output {
struct wl_signal bind; // wlr_output_event_bind
struct wl_signal enable;
struct wl_signal mode;
struct wl_signal scale;
struct wl_signal transform;
struct wl_signal description;
struct wl_signal destroy;
} events;