Browse Source

ref(XmppConnection): remove unused setValidRid setter

The LastSuccessTracker has direct access to the Strophe.Connection.
master
paweldomas 5 years ago
parent
commit
f72ef13f1d
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      modules/xmpp/XmppConnection.js

+ 0
- 11
modules/xmpp/XmppConnection.js View File

@@ -161,17 +161,6 @@ export default class XmppConnection extends Listenable {
161 161
         return this._status;
162 162
     }
163 163
 
164
-    /**
165
-     * FIXME.
166
-     *
167
-     * @param {number} _nextValidRid - FIXME.
168
-     * @returns {void}
169
-     */
170
-    set nextValidRid(_nextValidRid) {
171
-        // FIXME test
172
-        this._stropheConn.nextValidRid = _nextValidRid;
173
-    }
174
-
175 164
     /**
176 165
      * FIXME.
177 166
      *

Loading…
Cancel
Save