From 4ca9349de7c636b8c600afba2adfe2d5f6d60058 Mon Sep 17 00:00:00 2001 From: yanas Date: Tue, 20 Sep 2016 10:16:15 -0500 Subject: [PATCH] Removes missing and unused method. --- modules/UI/videolayout/ConnectionIndicator.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/UI/videolayout/ConnectionIndicator.js b/modules/UI/videolayout/ConnectionIndicator.js index fc39427e6..ff5eb9b61 100644 --- a/modules/UI/videolayout/ConnectionIndicator.js +++ b/modules/UI/videolayout/ConnectionIndicator.js @@ -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;