aboutsummaryrefslogtreecommitdiff
path: root/lib/helper.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-08 13:42:58 +0100
committerMaZderMind2015-03-14 13:46:47 +0100
commitcb48ba9b7068302414b18435505a041d22bd9e4b (patch)
tree9521126f748b090a65ca9832cb218f71b5213b1b /lib/helper.php
parent844a7d53f2d78bafba479c0d931277246ade61de (diff)
Introduce Models abstracting the Config away from Views & Templates
Diffstat (limited to 'lib/helper.php')
-rw-r--r--lib/helper.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/helper.php b/lib/helper.php
index d23eb35..640651b 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -2,16 +2,6 @@
require_once('program.php');
-function link_index()
-{
- return '';
-}
-
-function link_room($room)
-{
- return rawurlencode($room).'/';
-}
-
function link_player($room, $format = 'video', $translated = false)
{
$defaultformat = room_has_hd($room) ? 'hd' : 'sd';