cage: remove support for rotating outputs

This is now handled through wlr_output_management
This commit is contained in:
Jente Hidskes 2022-01-14 21:22:11 +01:00
parent f71844ab54
commit 5a07efd57b
4 changed files with 1 additions and 15 deletions

View file

@ -50,7 +50,6 @@ struct cg_server {
bool xdg_decoration;
bool allow_vt_switch;
enum wl_output_transform output_transform;
};
#endif