From 5a4a7bc0dad1bb07312f41d6cce9b5a6fc8d884d Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Wed, 3 Jun 2020 14:39:12 +0200 Subject: container: Remove useless surface dimensions The adjustments to resize logic left them unnecessary. --- include/sway/tree/container.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sway/tree/container.h') diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 2c94c772..8d2d8827 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -105,7 +105,6 @@ struct sway_container { // refuses to resize to the content dimensions then it can be smaller. // These are in layout coordinates. double surface_x, surface_y; - double surface_width, surface_height; enum sway_fullscreen_mode fullscreen_mode; -- cgit v1.2.3-54-g00ecf