Merge pull request #901 from jitsi/remove-missing-method
Removes missing and unused method.
This commit is contained in:
commit
cdca1a46ef
|
@ -312,7 +312,6 @@ ConnectionIndicator.prototype.updateConnectionQuality =
|
|||
} else {
|
||||
if(this.connectionIndicatorContainer.style.display == "none") {
|
||||
this.connectionIndicatorContainer.style.display = "block";
|
||||
this.videoContainer.updateIconPositions();
|
||||
}
|
||||
}
|
||||
this.bandwidth = object.bandwidth;
|
||||
|
|
Loading…
Reference in New Issue