From 6e9c9c28d950a822beb0fb4e76d5ba40a247085c Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 12 Aug 2010 09:13:04 +0000 Subject: (svn r20459) -Codechange: Remove the Scrollbar members of Window and make NWidgetScrollbar inherit from Scrollbar instead. --- src/window_gui.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/window_gui.h') 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. -- cgit v1.2.3-54-g00ecf