mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
DolphinQt/AchievementHeaderWidget: Remove unused member variables.
This commit is contained in:
parent
2677fd9a8e
commit
ab562553f6
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue