From: Craig Andrews Date: Thu, 6 Aug 2009 22:05:46 +0000 (-0400) Subject: remove redundant/unnecessary lines X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=04ed583cc504da20d0a5e8093f7232ec5bf03493;p=quix0rs-gnu-social.git remove redundant/unnecessary lines --- diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index f4445b44f8..2684baca60 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -370,9 +370,6 @@ class HTMLOutputter extends XMLOutputter */ function cssLink($src,$theme=null,$media=null) { - if (!$theme) { - $theme = common_config('site', 'theme'); - } $url = parse_url($src); if(! ($url->scheme || $url->host || $url->query || $url->fragment)) {