소스 검색

Removes unused code.

master
damencho 9 년 전
부모
커밋
f2c5e7da41
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0
    6
      modules/UI/videolayout/SmallVideo.js

+ 0
- 6
modules/UI/videolayout/SmallVideo.js 파일 보기

255
 
255
 
256
     if (isEnable) {
256
     if (isEnable) {
257
         this.showDisplayName(this.VideoLayout.isLargeVideoVisible());
257
         this.showDisplayName(this.VideoLayout.isLargeVideoVisible());
258
-
259
-        if (!this.container.classList.contains("dominantspeaker"))
260
-            this.container.classList.add("dominantspeaker");
261
     }
258
     }
262
     else {
259
     else {
263
         this.showDisplayName(false);
260
         this.showDisplayName(false);
264
-
265
-        if (this.container.classList.contains("dominantspeaker"))
266
-            this.container.classList.remove("dominantspeaker");
267
     }
261
     }
268
 
262
 
269
     this.showAvatar();
263
     this.showAvatar();

Loading…
취소
저장