summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index d2635d881..967340033 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -293,8 +293,6 @@ public:
* Data structure for resizing a window
*/
struct ResizeInfo {
- uint width; ///< Minimum allowed width of the window
- uint height; ///< Minimum allowed height of the window
uint step_width; ///< Step-size of width resize changes
uint step_height; ///< Step-size of height resize changes
};