From 3dac8fde8c5761e58629c67bbb636c0b24511683 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 26 Nov 2013 12:16:46 +1000 Subject: [PATCH] Remove redundant code --- html/includes/functions.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 458a5436b..4a9ac2410 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -178,8 +178,6 @@ function generate_device_link($device, $text=NULL, $vars=array(), $start=0, $end } else { return $device['hostname']; } - - return $link; } function overlib_link($url, $text, $contents, $class)