Remove unused CIDER setting watcher

This setting watcher for CIDER seems unused and logs a warning at the moment, so
this change removes it.
pull/21833/head
J. Ryan Stinnett 2020-02-24 12:36:25 +00:00
parent 82eefb69f6
commit 8e39bd8885
1 changed files with 0 additions and 2 deletions

View File

@ -460,8 +460,6 @@ export default createReactClass({
// (We could use isMounted, but facebook have deprecated that.)
this.unmounted = true;
SettingsStore.unwatchSetting(this._ciderWatcherRef);
// update the scroll map before we get unmounted
if (this.state.roomId) {
RoomScrollStateStore.setScrollState(this.state.roomId, this._getScrollState());