summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-12-20 20:49:47 +0000
committerrubidium <rubidium@openttd.org>2009-12-20 20:49:47 +0000
commitc03aadda08b2a1626aba0a3cd50595df0a368f46 (patch)
tree04058d835237081c967d6e3ed5f3f3ea93869bf5 /src/window_gui.h
parenta4a043344b30918f44eb7ccfef1df290e25deafb (diff)
downloadopenttd-c03aadda08b2a1626aba0a3cd50595df0a368f46.tar.xz
(svn r18582) -Codechange: save 8 bytes from the Window class
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
};