summaryrefslogtreecommitdiff
path: root/src/object_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-05-20 20:26:56 +0000
committerrubidium <rubidium@openttd.org>2013-05-20 20:26:56 +0000
commit2f7d9a28512e80cbd8a6bd932644928c5f4dade1 (patch)
tree6a02b64f7a5312bac01afab6ffa1d2a3b6d8dd46 /src/object_gui.cpp
parent992989dccbc2005949cae351778432cd36218c82 (diff)
downloadopenttd-2f7d9a28512e80cbd8a6bd932644928c5f4dade1.tar.xz
(svn r25274) -Cleanup: remove unused class instance variables
Diffstat (limited to 'src/object_gui.cpp')
-rw-r--r--src/object_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object_gui.cpp b/src/object_gui.cpp
index a5e065cbd..2938e3b5b 100644
--- a/src/object_gui.cpp
+++ b/src/object_gui.cpp
@@ -30,7 +30,6 @@ static uint8 _selected_object_view; ///< the view of the selected objec
class BuildObjectWindow : public PickerWindowBase {
static const int OBJECT_MARGIN = 4; ///< The margin (in pixels) around an object.
int line_height; ///< The height of a single line.
- int object_height; ///< The height of the object box.
int info_height; ///< The height of the info box.
Scrollbar *vscroll; ///< The scrollbar.