summaryrefslogtreecommitdiff
path: root/src/object_gui.cpp
diff options
context:
space:
mode:
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.