From 1058bd041b91d2f6d8e164c4463f1f8e6556cd14 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 6 Feb 2016 20:12:58 +0100 Subject: [PATCH] Opps, don't redeclare stuff! Signed-off-by: Roland Haeder --- classes/Notice.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/classes/Notice.php b/classes/Notice.php index e8c88f3645..aaef96e47d 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -3120,15 +3120,5 @@ class Notice extends Managed_DataObject print "."; } print "\n"; - - /** - * Checks whether this notice is in "private scope" (non-public notice) - * - * @return $isPrivate Whether this notice is private - */ - public function isPrivateScope () - { - return ($this->scope != Notice::SITE_SCOPE && - $this->scope != Notice::PUBLIC_SCOPE); } } -- 2.39.5