Browse Source

Removes obsolete/unused variable.

j8
George Politis 10 years ago
parent
commit
854c8e5f2f
2 changed files with 0 additions and 5 deletions
  1. 0
    3
      modules/xmpp/JingleSession.js
  2. 0
    2
      modules/xmpp/strophe.emuc.js

+ 0
- 3
modules/xmpp/JingleSession.js View File

69
     }
69
     }
70
 };
70
 };
71
 
71
 
72
-//TODO: this array must be removed when firefox implement multistream support
73
-JingleSession.notReceivedSSRCs = [];
74
-
75
 JingleSession.prototype.initiate = function (peerjid, isInitiator) {
72
 JingleSession.prototype.initiate = function (peerjid, isInitiator) {
76
     var self = this;
73
     var self = this;
77
     if (this.state !== null) {
74
     if (this.state !== null) {

+ 0
- 2
modules/xmpp/strophe.emuc.js View File

630
                 //console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc'));
630
                 //console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc'));
631
                 var ssrcV = ssrc.getAttribute('ssrc');
631
                 var ssrcV = ssrc.getAttribute('ssrc');
632
                 self.ssrc2jid[ssrcV] = from;
632
                 self.ssrc2jid[ssrcV] = from;
633
-                JingleSession.notReceivedSSRCs.push(ssrcV);
634
-
635
 
633
 
636
                 var type = ssrc.getAttribute('type');
634
                 var type = ssrc.getAttribute('type');
637
 
635
 

Loading…
Cancel
Save