From 9b93f1635b727286d27a91849cd7d3aacbba4412 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 20 Apr 2011 08:44:54 +0000 Subject: [PATCH] Fix more botched something in r86457 --- includes/Feed.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/includes/Feed.php b/includes/Feed.php index 7b8339e987..183b8e6e59 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -132,16 +132,6 @@ class FeedItem { return $this->Title->getPrefixedDBKey(); } - /** - * Get the DB prefixed title - * - * @return String the prefixed title, with underscores and - * any interwiki and namespace prefixes - */ - public function getDBPrefixedTitle() { - return $this->Title->getPrefixedDBKey(), - } - /** * Get the URL of this item; already xml-encoded * -- 2.20.1