summaryrefslogtreecommitdiff
path: root/src/gui/widgets/extendedlistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/extendedlistbox.h')
-rw-r--r--src/gui/widgets/extendedlistbox.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/widgets/extendedlistbox.h b/src/gui/widgets/extendedlistbox.h
index 79fef2f50..854c02f8b 100644
--- a/src/gui/widgets/extendedlistbox.h
+++ b/src/gui/widgets/extendedlistbox.h
@@ -61,21 +61,13 @@ class ExtendedListBox final : public ListBox
*/
void draw(gcn::Graphics *graphics) override;
- unsigned int getRowHeight() const override A_WARN_UNUSED
- { return mRowHeight; }
-
- void setRowHeight(unsigned int n)
- { mRowHeight = n; }
-
void adjustSize() override;
int getSelectionByMouse(const int y) const override;
protected:
- unsigned int mRowHeight;
int mImagePadding;
int mSpacing;
- int mItemPadding;
int mHeight;
std::vector<ExtendedListBoxItem> mListItems;
std::vector<ExtendedListBoxItem> mSelectedItems;