From f2845034a0b3713ccef71894d18280e5c2bf00b3 Mon Sep 17 00:00:00 2001 From: Benau Date: Fri, 23 Apr 2021 21:29:58 +0800 Subject: [PATCH] Remove unused field --- src/states_screens/dialogs/high_score_info_dialog.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/states_screens/dialogs/high_score_info_dialog.hpp b/src/states_screens/dialogs/high_score_info_dialog.hpp index dfffcae03..87c8386ff 100644 --- a/src/states_screens/dialogs/high_score_info_dialog.hpp +++ b/src/states_screens/dialogs/high_score_info_dialog.hpp @@ -30,9 +30,6 @@ class HighScoreInfoDialog : public GUIEngine::ModalDialog { private: - - bool m_self_destroy; - Highscores* m_hs; GUIEngine::RibbonWidget* m_action_widget;