From: Roland Haeder Date: Sat, 6 Feb 2016 19:12:58 +0000 (+0100) Subject: Opps, don't redeclare stuff! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1058bd041b91d2f6d8e164c4463f1f8e6556cd14;p=quix0rs-gnu-social.git Opps, don't redeclare stuff! Signed-off-by: Roland Haeder --- 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); } }