Remove usused setting value from CustomStatusController

This commit is contained in:
J. Ryan Stinnett 2019-01-15 09:27:12 -06:00
parent d8de607edc
commit 632bbde598

View file

@ -23,7 +23,6 @@ export default class CustomStatusController extends SettingController {
// Settings page is open (such as RoomTiles) can reflect the change.
dis.dispatch({
action: "feature_custom_status_changed",
value: newValue,
});
}
}