summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/specialswindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/specialswindow.cpp b/src/gui/specialswindow.cpp
index 1aab931a..339835fc 100644
--- a/src/gui/specialswindow.cpp
+++ b/src/gui/specialswindow.cpp
@@ -61,7 +61,6 @@ class SpecialEntry : public Container
private:
Icon *mIcon; // icon to display
Label *mNameLabel; // name to display
- Label *mLevelLabel; // level number label (only shown when applicable)
Button *mUse; // use button (only shown when applicable)
ProgressBar *mRechargeBar; // recharge bar (only shown when applicable)
};
@@ -178,7 +177,6 @@ void SpecialsWindow::rebuild(const std::map<int, Special> &specialData)
SpecialEntry::SpecialEntry(SpecialInfo *info) :
mInfo(info),
mIcon(nullptr),
- mLevelLabel(nullptr),
mUse(nullptr),
mRechargeBar(nullptr)
{