not used anymore
This commit is contained in:
parent
9c19fa5c63
commit
a91a584201
1 changed files with 0 additions and 6 deletions
|
@ -86,12 +86,6 @@ export class RoomViewModel extends ViewModel {
|
|||
}
|
||||
}
|
||||
|
||||
// called from view to close room
|
||||
// parent vm will dispose this vm
|
||||
close() {
|
||||
this._closeCallback();
|
||||
}
|
||||
|
||||
// room doesn't tell us yet which fields changed,
|
||||
// so emit all fields originating from summary
|
||||
_onRoomChange() {
|
||||
|
|
Reference in a new issue