From 6ca102c77d0d2e3e5da962dbf69596af866d039f Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Sat, 2 May 2020 22:34:48 +0200 Subject: remove legacy video tab --- model/Room.php | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'model/Room.php') diff --git a/model/Room.php b/model/Room.php index 897bcbd..ad4d58d 100644 --- a/model/Room.php +++ b/model/Room.php @@ -184,10 +184,6 @@ class Room return $this->getConference()->get('ROOMS.'.$this->getSlug().'.HD_VIDEO'); } - public function hasVideo() { - return $this->hasSdVideo() || $this->hasHdVideo(); - } - public function hasAudio() { return $this->getConference()->get('ROOMS.'.$this->getSlug().'.AUDIO'); } @@ -262,12 +258,6 @@ class Room if($this->hasMusic()) $selections[] = 'music'; - if($this->hasHdVideo()) - $selections[] = 'hd'; - - if($this->hasSdVideo()) - $selections[] = 'sd'; - if($this->hasSlides()) $selections[] = 'slides'; @@ -291,9 +281,6 @@ class Room if($this->hasMusic()) $tabs[] = 'music'; - if($this->hasVideo()) - $tabs[] = 'video'; - if($this->hasSlides()) $tabs[] = 'slides'; -- cgit v1.2.3