diff options
| author | derchris | 2019-08-25 13:42:22 +0200 | 
|---|---|---|
| committer | derchris | 2019-08-25 13:42:22 +0200 | 
| commit | 17a2ef492a4ffe7c7b41b8e6c3bc2771c0e72755 (patch) | |
| tree | 759340ccb854ac37e52aa201ced2d94471b6fb74 /configs/conferences | |
| parent | b3e7e9991c8a4e21ba16a29653ec3a1c7423bc28 (diff) | |
camp2019: remove toc
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/camp2019/config.php | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index 3cd9956..2a25175 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -127,7 +127,6 @@ $CONFIG['OVERVIEW'] = array(  			'thm',          ),          'Villages' => array( -            'toc',          ),      ),         ); @@ -408,25 +407,6 @@ $CONFIG['ROOMS'] = array(  		'IRC' => true,  		'TWITTER' => true,      ), -    'toc' => array( -        'DISPLAY' => 'TOC', -        'STREAM' => 'q2', -        'PREVIEW' => true, -        'STEREO' => false, - -        'TRANSLATION' => false, -        'SD_VIDEO' => true, -        'HD_VIDEO' => true, -        'DASH' => true, -        'AUDIO' => false, -        'SLIDES' => false, -        'MUSIC' => false, -        'FEEDBACK' => false, -        'SUBTITLES' => false, -        'EMBED' => true, -        'IRC' => false, -        'TWITTER' => false, -    ),  ); | 
