aboutsummaryrefslogtreecommitdiff
path: root/include/gui/SettingsPage.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-24 18:24:18 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-24 18:24:18 +0200
commitb80e3f8bebe48e102033fe7ab0e402aa869135d3 (patch)
tree45c5132f36ba3a2c018c161662563c7b093e053d /include/gui/SettingsPage.hpp
parentb807712d79121157b6a6d0df902f0f66da82a23f (diff)
Fix crash when opening settings page because of recent change
Diffstat (limited to 'include/gui/SettingsPage.hpp')
-rw-r--r--include/gui/SettingsPage.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gui/SettingsPage.hpp b/include/gui/SettingsPage.hpp
index 8e28345..08bbd9d 100644
--- a/include/gui/SettingsPage.hpp
+++ b/include/gui/SettingsPage.hpp
@@ -200,7 +200,6 @@ namespace gsr {
RadioButton *turn_on_replay_automatically_mode_ptr = nullptr;
Subsection *audio_section_ptr = nullptr;
List *audio_track_section_list_ptr = nullptr;
- List *replay_storage_list_ptr = nullptr;
PageStack *page_stack = nullptr;
};