Removes missing and unused method.
This commit is contained in:
parent
298338f076
commit
4ca9349de7
|
@ -312,7 +312,6 @@ ConnectionIndicator.prototype.updateConnectionQuality =
|
||||||
} else {
|
} else {
|
||||||
if(this.connectionIndicatorContainer.style.display == "none") {
|
if(this.connectionIndicatorContainer.style.display == "none") {
|
||||||
this.connectionIndicatorContainer.style.display = "block";
|
this.connectionIndicatorContainer.style.display = "block";
|
||||||
this.videoContainer.updateIconPositions();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.bandwidth = object.bandwidth;
|
this.bandwidth = object.bandwidth;
|
||||||
|
|
Loading…
Reference in New Issue