summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-12 09:13:04 +0000
committerfrosch <frosch@openttd.org>2010-08-12 09:13:04 +0000
commit6e9c9c28d950a822beb0fb4e76d5ba40a247085c (patch)
tree62ebc1e27158efbab8eca1b6387ca5832ec43986 /src/window_gui.h
parent55bd5de43d31c71e81d7a6164830374485a75cb4 (diff)
downloadopenttd-6e9c9c28d950a822beb0fb4e76d5ba40a247085c.tar.xz
(svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWidgetScrollbar inherit from Scrollbar instead.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 852ec5977..6c9c688bf 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -256,9 +256,6 @@ public:
int width; ///< width of the window (number of pixels to the right in x direction)
int height; ///< Height of the window (number of pixels down in y direction)
- Scrollbar old_hscroll; ///< Horizontal scroll bar
- Scrollbar old_vscroll; ///< First vertical scroll bar
- Scrollbar old_vscroll2; ///< Second vertical scroll bar
ResizeInfo resize; ///< Resize information
Owner owner; ///< The owner of the content shown in this window. Company colour is acquired from this variable.