diff --git a/ext/rating/theme.php b/ext/rating/theme.php index 6fc58f3d..889988d6 100644 --- a/ext/rating/theme.php +++ b/ext/rating/theme.php @@ -39,19 +39,6 @@ class RatingsTheme extends Themelet { "; $page->add_block(new Block("List Controls", $html, "left")); } - - /** - * @param string $rating - * @return string - */ - public function rating_to_name(/*string*/ $rating) { - switch($rating) { - case 's': return "Safe"; - case 'q': return "Questionable"; - case 'e': return "Explicit"; - default: return "Unknown"; - } - } }