aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaZderMind2015-03-03 13:36:05 +0100
committerMaZderMind2015-03-03 13:36:05 +0100
commit187f024a7c82b276e9df3504bdc4c1902f8c0f94 (patch)
tree6937795a50834addaf2c9aa77c57de797965fce7 /lib
parent83fb8d1a9bb81324690554ce8f5a5f70e29f4927 (diff)
Remove unused Functions
Diffstat (limited to 'lib')
-rw-r--r--lib/helper.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/helper.php b/lib/helper.php
index 7a652cd..50d381d 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -51,34 +51,6 @@ function link_vod($id)
return 'relive/'.rawurlencode($id).'/';
}
-function streamname($room)
-{
- switch($room)
- {
- case 'saal1': return 's1';
- case 'saal2': return 's2';
- case 'saalg': return 's3';
- case 'saal6': return 's4';
- case 'sendezentrum': return 's5';
- default: return $room;
- }
-}
-
-function irc_channel($room)
-{
- return '31C3-hall-'.strtoupper(substr($room, 4, 1));
-}
-
-function twitter_hashtag($room)
-{
- return '#hall'.strtoupper(substr($room, 4, 1));
-}
-
-function format_text($format)
-{
- return @$GLOBALS['CONFIG']['FORMAT_TEXT'][$format] ?: '';
-}
-
function baseurl()
{
if(isset($GLOBALS['CONFIG']['baseurl']))