Remove redundant TagOrderStore.orderedTags setting

This commit is contained in:
Luke Barnard 2017-12-06 14:20:16 +00:00
parent 35a108eecc
commit a9cc8eba33

View file

@ -255,8 +255,4 @@ export const SETTINGS = {
default: true, default: true,
controller: new AudioNotificationsEnabledController(), controller: new AudioNotificationsEnabledController(),
}, },
"TagOrderStore.orderedTags": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: null,
},
}; };