aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/store/store.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/store/store.js')
-rw-r--r--web/src/js/store/store.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/src/js/store/store.js b/web/src/js/store/store.js
index 2744a6fa..df3a23ab 100644
--- a/web/src/js/store/store.js
+++ b/web/src/js/store/store.js
@@ -89,8 +89,3 @@ function LiveDictStore(type) {
LiveStoreMixin.call(this, type);
}
_.extend(LiveDictStore.prototype, DictStore.prototype, LiveStoreMixin.prototype);
-
-
-export function SettingsStore() {
- return new LiveDictStore(ActionTypes.SETTINGS_STORE);
-}