DolphinQt/AchievementHeaderWidget: Remove unused member variables.
This commit is contained in:
parent
2677fd9a8e
commit
ab562553f6
|
@ -11,7 +11,6 @@
|
||||||
class QGroupBox;
|
class QGroupBox;
|
||||||
class QLabel;
|
class QLabel;
|
||||||
class QProgressBar;
|
class QProgressBar;
|
||||||
class QVBoxLayout;
|
|
||||||
|
|
||||||
class AchievementHeaderWidget final : public QWidget
|
class AchievementHeaderWidget final : public QWidget
|
||||||
{
|
{
|
||||||
|
@ -24,9 +23,6 @@ private:
|
||||||
QString GetPointsString(const QString& user_name,
|
QString GetPointsString(const QString& user_name,
|
||||||
const AchievementManager::PointSpread& point_spread) const;
|
const AchievementManager::PointSpread& point_spread) const;
|
||||||
|
|
||||||
QGroupBox* m_common_box;
|
|
||||||
QVBoxLayout* m_common_layout;
|
|
||||||
|
|
||||||
QLabel* m_user_icon;
|
QLabel* m_user_icon;
|
||||||
QLabel* m_game_icon;
|
QLabel* m_game_icon;
|
||||||
QLabel* m_name;
|
QLabel* m_name;
|
||||||
|
|
Loading…
Reference in New Issue