aboutsummaryrefslogtreecommitdiff
path: root/gui/PopUpWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r--gui/PopUpWidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h
index 936e1dc5a2..532c7e4d48 100644
--- a/gui/PopUpWidget.h
+++ b/gui/PopUpWidget.h
@@ -49,7 +49,6 @@ class PopUpWidget : public Widget, public CommandSender {
};
typedef Common::Array<Entry> EntryList;
protected:
- WidgetSize _ws;
EntryList _entries;
int _selectedItem;