aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorv0tti2018-04-01 23:34:35 +0200
committerv0tti2018-04-01 23:34:35 +0200
commit38cf8d1b4d668c36ce03a1020719a3b47ec77639 (patch)
tree0c4e9ee3ab667ef180262b66d256de779634f1b4 /configs
parent4e781154b29eb26c28184d61f157a10f86cf5360 (diff)
remove textilausgabe
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/eh18/config.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/configs/conferences/eh18/config.php b/configs/conferences/eh18/config.php
index 700eb4c..729447c 100644
--- a/configs/conferences/eh18/config.php
+++ b/configs/conferences/eh18/config.php
@@ -121,7 +121,6 @@ $CONFIG['OVERVIEW'] = array(
'Vortragsraeume' => array(
'heisenberg-1',
'heisenberg-2',
- 'siebold'
),
),
);
@@ -371,27 +370,6 @@ $CONFIG['ROOMS'] = array(
'TWITTER' => true,
),
- 'siebold' => array(
- 'WIDE' => false,
- 'DISPLAY' => 'Siebold',
- 'STREAM' => 's3',
- 'PREVIEW' => true,
- 'TRANSLATION' => false,
- 'STEREO' => false,
- 'SD_VIDEO' => true,
- 'HD_VIDEO' => true,
- 'SLIDES' => true,
- 'DASH' => true,
- 'AUDIO' => true,
- 'MUSIC' => false,
- 'SCHEDULE' => true,
- 'SCHEDULE_NAME' => 'Siebold',
- 'FEEDBACK' => false,
- 'SUBTITLES' => false,
- 'EMBED' => true,
- 'IRC' => true,
- 'TWITTER' => true,
- ),
);
/**