remove redundant/unnecessary lines

This commit is contained in:
Craig Andrews 2009-08-06 18:05:46 -04:00
parent 932d1fb7ce
commit 04ed583cc5
1 changed files with 0 additions and 3 deletions

View File

@ -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))
{