aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/settings_modal_content.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings_modal/settings_modal_content.js')
-rw-r--r--src/components/settings_modal/settings_modal_content.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/settings_modal/settings_modal_content.js b/src/components/settings_modal/settings_modal_content.js
index b27fbd28..48101a90 100644
--- a/src/components/settings_modal/settings_modal_content.js
+++ b/src/components/settings_modal/settings_modal_content.js
@@ -25,9 +25,6 @@ const SettingsModalContent = {
ThemeTab
},
computed: {
- currentSaveStateNotice () {
- return this.$store.state.interface.settings.currentSaveStateNotice
- },
isLoggedIn () {
return !!this.$store.state.users.currentUser
}