diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-24 18:24:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-24 18:24:18 +0200 |
commit | b80e3f8bebe48e102033fe7ab0e402aa869135d3 (patch) | |
tree | 45c5132f36ba3a2c018c161662563c7b093e053d /include/gui/SettingsPage.hpp | |
parent | b807712d79121157b6a6d0df902f0f66da82a23f (diff) |
Fix crash when opening settings page because of recent change
Diffstat (limited to 'include/gui/SettingsPage.hpp')
-rw-r--r-- | include/gui/SettingsPage.hpp | 1 |
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; }; |