diff options
Diffstat (limited to 'web/src')
| -rw-r--r-- | web/src/js/store/store.js | 5 | 
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); -}  | 
