]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Opps, don't redeclare stuff!
authorRoland Haeder <roland@mxchange.org>
Sat, 6 Feb 2016 19:12:58 +0000 (20:12 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 6 Feb 2016 19:12:58 +0000 (20:12 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
classes/Notice.php

index e8c88f36452f67065e898a6def19930d590cd7d1..aaef96e47d3f967091770d3df7e5302e5ce27c9c 100644 (file)
@@ -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);
     }
 }