These function no longer needed.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 08:58:20 +0000 (01:58 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 08:58:20 +0000 (01:58 -0700)
framework/Mime/lib/Horde/Mime/Part.php

index 6aae1d2..0ce5a3d 100644 (file)
@@ -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