aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Entity
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Entity')
-rw-r--r--Zotlabs/Entity/Item.php36
1 files changed, 0 insertions, 36 deletions
diff --git a/Zotlabs/Entity/Item.php b/Zotlabs/Entity/Item.php
index 9e4bb5ee8..76ff8b150 100644
--- a/Zotlabs/Entity/Item.php
+++ b/Zotlabs/Entity/Item.php
@@ -488,24 +488,6 @@ class Item extends BaseObject
/**
* @return mixed
*/
- public function getApproved()
- {
- return $this->approved;
- }
-
- /**
- * @param mixed $approved
- * @return Item
- */
- public function setApproved($approved)
- {
- $this->approved = $approved;
- return $this;
- }
-
- /**
- * @return mixed
- */
public function getMimetype()
{
return $this->mimetype;
@@ -524,24 +506,6 @@ class Item extends BaseObject
/**
* @return mixed
*/
- public function getReplyto()
- {
- return $this->replyto;
- }
-
- /**
- * @param mixed $replyto
- * @return Item
- */
- public function setReplyto($replyto)
- {
- $this->replyto = $replyto;
- return $this;
- }
-
- /**
- * @return mixed
- */
public function getTitle()
{
return $this->title;