Browse Source

fix(Invite): remove unused 'updateInviteUrl'

j8
paweldomas 8 years ago
parent
commit
d342f93547
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      modules/UI/invite/Invite.js

+ 0
- 8
modules/UI/invite/Invite.js View File

@@ -169,14 +169,6 @@ class Invite {
169 169
         }
170 170
     }
171 171
 
172
-    /**
173
-     * Updates the room invite url.
174
-     */
175
-    updateInviteUrl (newInviteUrl) {
176
-        this.inviteUrl = newInviteUrl;
177
-        this.updateView();
178
-    }
179
-
180 172
     /**
181 173
      * Helper method for encoding
182 174
      * Invite URL

Loading…
Cancel
Save