From cd6115b85b2e5862b55182f2d5f0e6b218698e58 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 28 Apr 2011 23:00:59 +1200 Subject: [PATCH] API CHANGE Removed Controller::PastVisitor(), used PastMember() instead --- control/Controller.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/control/Controller.php b/control/Controller.php index 4f959bd87..8e8c553f4 100755 --- a/control/Controller.php +++ b/control/Controller.php @@ -394,15 +394,6 @@ class Controller extends RequestHandler { return Member::currentUser(); } - /** - * Returns true if the visitor has been here before - * @return boolean - */ - function PastVisitor() { - user_error("Controller::PastVisitor() is deprecated", E_USER_NOTICE); - return false; - } - /** * Return true if the visitor has signed up for a login account before * @return boolean