diff options
author | Simon Ser <contact@emersion.fr> | 2023-07-31 10:19:52 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-07-31 16:25:01 +0200 |
commit | f8ddd97e0e5a72392e3dda34d03ef11c036d0234 (patch) | |
tree | e99f06abd9454c32948db11513ef31dad72d05c2 /include | |
parent | 170598d71b59b6cae767e20679369ac3250ef2e9 (diff) |
output: drop current_mode
This is now unused.
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 50d90d25..62d866bc 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -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; |