aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderchris2019-08-25 13:42:22 +0200
committerderchris2019-08-25 13:42:22 +0200
commit17a2ef492a4ffe7c7b41b8e6c3bc2771c0e72755 (patch)
tree759340ccb854ac37e52aa201ced2d94471b6fb74
parentb3e7e9991c8a4e21ba16a29653ec3a1c7423bc28 (diff)
camp2019: remove toc
-rw-r--r--configs/conferences/camp2019/config.php20
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,
- ),
);