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.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.