summaryrefslogtreecommitdiffstats
path: root/lib/Db/Item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Item.php')
-rw-r--r--lib/Db/Item.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Db/Item.php b/lib/Db/Item.php
index 285bc64bc..2ead77066 100644
--- a/lib/Db/Item.php
+++ b/lib/Db/Item.php
@@ -311,11 +311,6 @@ class Item extends Entity implements IAPI, \JsonSerializable
return $this->starred;
}
- public function isShared(): bool
- {
- return $this->getSharedBy == '' && $this->getSharedWith == '';
- }
-
public function isUnread(): bool
{
return $this->unread;