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