Removed dead code.

This commit is contained in:
Robin Millette
2009-05-18 19:23:18 -04:00
parent f5606b6aa3
commit 9261e48ef0
3 changed files with 2 additions and 9 deletions

View File

@@ -496,11 +496,6 @@ function common_linkify($url) {
}
$attrs = array('href' => $longurl, 'rel' => 'external');
if(0){
if ($longurl !== $url) {
$attrs['title'] = $longurl;
}
}
return XMLStringer::estring('a', $attrs, $display);
}