Removes missing and unused method.

This commit is contained in:
yanas 2016-09-20 10:16:15 -05:00
parent 298338f076
commit 4ca9349de7
1 changed files with 0 additions and 1 deletions

View File

@ -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;