Kaynağa Gözat

Removes obsolete/unused variable.

j8
George Politis 10 yıl önce
ebeveyn
işleme
854c8e5f2f
2 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0
    3
      modules/xmpp/JingleSession.js
  2. 0
    2
      modules/xmpp/strophe.emuc.js

+ 0
- 3
modules/xmpp/JingleSession.js Dosyayı Görüntüle

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

+ 0
- 2
modules/xmpp/strophe.emuc.js Dosyayı Görüntüle

@@ -630,8 +630,6 @@ module.exports = function(XMPP, eventEmitter) {
630 630
                 //console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc'));
631 631
                 var ssrcV = ssrc.getAttribute('ssrc');
632 632
                 self.ssrc2jid[ssrcV] = from;
633
-                JingleSession.notReceivedSSRCs.push(ssrcV);
634
-
635 633
 
636 634
                 var type = ssrc.getAttribute('type');
637 635
 

Loading…
İptal
Kaydet