diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-06-03 14:39:12 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-06-03 14:39:12 +0200 |
| commit | 93d277fb3f036c3b744625476c9110142518f02f (patch) | |
| tree | 26824b89fe15a3ffc4876d1dba6a6c4ca99866a8 /include | |
| parent | bcafca822cea0351b5156ea9fdc568ad33b5a8d6 (diff) | |
container: Remove useless surface dimensions
The adjustments to resize logic left them unnecessary.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/container.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
