From: Michael M Slusarz Date: Tue, 11 Nov 2008 08:58:20 +0000 (-0700) Subject: These function no longer needed. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=132ff47330c166cb077fa5daa70f2ed601796739;p=horde.git These function no longer needed. --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index 6aae1d26e..0ce5a3dda 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -114,13 +114,6 @@ class Horde_Mime_Part protected $_information = array(); /** - * The list of CIDs for this part. - * - * @var array - */ - protected $_cids = array(); - - /** * The MIME ID of this part. * * @var string @@ -1194,29 +1187,6 @@ class Horde_Mime_Part } /** - * Add to the list of CIDs for this part. - * - * @param array $cids A list of MIME IDs of the part. - * Key - MIME ID - * Value - CID for the part - */ - public function addCid($cids = array()) - { - $this->_cids += $cids; - asort($this->_cids, SORT_STRING); - } - - /** - * Returns the list of CIDs for this part. - * - * @return array The list of CIDs for this part. - */ - public function getCIDList() - { - return $this->_cids; - } - - /** * Sets the Content-ID header for this part. * * @param string $cid Use this CID (if not already set). Else, generate