From 32a027a3fdfcd7642e41530813e8401bc99baf54 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Mon, 29 Jan 2024 14:34:33 +0100 Subject: Removed unused SpecialEntry::mLevelLabel --- src/gui/specialswindow.cpp | 2 -- 1 file changed, 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 &specialData) SpecialEntry::SpecialEntry(SpecialInfo *info) : mInfo(info), mIcon(nullptr), - mLevelLabel(nullptr), mUse(nullptr), mRechargeBar(nullptr) { -- cgit v1.2.3-60-g2f50