diff options
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r-- | gui/PopUpWidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h index cd55c9ea56..d5623565e8 100644 --- a/gui/PopUpWidget.h +++ b/gui/PopUpWidget.h @@ -49,9 +49,7 @@ class PopUpWidget : public Widget, public CommandSender { typedef Common::Array<Entry> EntryList; protected: const WidgetSize _ws; - const Graphics::Font *_font; EntryList _entries; - int _lineHeight; int _selectedItem; String _label; |