From 7bdf1a11de54356d6af5dc43cbbbd589151bd496 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 12 Nov 2004 16:18:25 +0000 Subject: [PATCH] Removed uncalled method Title::getURL whose only purpose was to tell you it was obsolete. --- includes/Title.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/Title.php b/includes/Title.php index cf268a2e77..921ec85240 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -594,13 +594,6 @@ class Title { } } - /** - * @deprecated - */ - function getURL() { - die( 'Call to obsolete obsolete function Title::getURL()' ); - } - /** * Get a URL with no fragment or server name * @param string $query an optional query string; if not specified, -- 2.20.1