Remove unused methods
This commit is contained in:
parent
3162d144e2
commit
deb2e8d679
2 changed files with 0 additions and 16 deletions
|
@ -705,12 +705,6 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
}
|
||||
}
|
||||
|
||||
private onLayoutChange = () => {
|
||||
this.setState({
|
||||
layout: SettingsStore.getValue("layout"),
|
||||
});
|
||||
};
|
||||
|
||||
private onRightPanelStoreUpdate = () => {
|
||||
this.setState({
|
||||
showRightPanel: RightPanelStore.getSharedInstance().isOpenForRoom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue