mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
output: drop current_mode
This is now unused.
This commit is contained in:
parent
fff28bdca4
commit
982ae6f0b8
3 changed files with 0 additions and 7 deletions
|
|
@ -33,8 +33,6 @@ struct sway_output {
|
|||
int width, height; // transformed buffer size
|
||||
enum wl_output_subpixel detected_subpixel;
|
||||
enum scale_filter_mode scale_filter;
|
||||
// last applied mode when the output is powered off
|
||||
struct wlr_output_mode *current_mode;
|
||||
|
||||
bool enabling, enabled;
|
||||
list_t *workspaces;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue