fix(Invite): remove unused 'updateInviteUrl'

This commit is contained in:
paweldomas 2016-10-21 09:25:14 -05:00
parent ecfc56461e
commit d342f93547
1 changed files with 0 additions and 8 deletions

View File

@ -169,14 +169,6 @@ class Invite {
} }
} }
/**
* Updates the room invite url.
*/
updateInviteUrl (newInviteUrl) {
this.inviteUrl = newInviteUrl;
this.updateView();
}
/** /**
* Helper method for encoding * Helper method for encoding
* Invite URL * Invite URL