Remove redundant TagOrderStore.orderedTags setting

pull/21833/head
Luke Barnard 2017-12-06 14:20:16 +00:00
parent 35a108eecc
commit a9cc8eba33
1 changed files with 0 additions and 4 deletions

View File

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