From f8ddd97e0e5a72392e3dda34d03ef11c036d0234 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 31 Jul 2023 10:19:52 +0200 Subject: output: drop current_mode This is now unused. --- include/sway/output.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3-54-g00ecf