From 1c7606df048975b66016c5a6b1c1a80197745dc1 Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 2 Mar 2015 17:20:45 +0000 Subject: [PATCH] Remove unused function __getRelation git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@9584 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/CachedMarkup.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/CachedMarkup.php b/lib/CachedMarkup.php index 42ec8581e..a9e1c95cb 100644 --- a/lib/CachedMarkup.php +++ b/lib/CachedMarkup.php @@ -25,7 +25,6 @@ require_once 'lib/Units.php'; class CacheableMarkup extends XmlContent { - function __construct($content, $basepage) { $this->_basepage = $basepage; @@ -294,11 +293,6 @@ abstract class Cached_Link extends Cached_DynamicContent { return $this->_url; } - - function __getRelation($basepage) - { - return $this->_relation; - } } /* -- 2.45.0