Explorar el Código

Removes missing and unused method.

j8
yanas hace 9 años
padre
commit
4ca9349de7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      modules/UI/videolayout/ConnectionIndicator.js

+ 0
- 1
modules/UI/videolayout/ConnectionIndicator.js Ver fichero

@@ -312,7 +312,6 @@ ConnectionIndicator.prototype.updateConnectionQuality =
312 312
     } else {
313 313
         if(this.connectionIndicatorContainer.style.display == "none") {
314 314
             this.connectionIndicatorContainer.style.display = "block";
315
-            this.videoContainer.updateIconPositions();
316 315
         }
317 316
     }
318 317
     this.bandwidth = object.bandwidth;

Loading…
Cancelar
Guardar