Skip to content

Commit

Permalink
remove _init()
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 22, 2015
1 parent 5a30558 commit 24ba10a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions framework/Mime/lib/Horde/Mime/Part.php
Expand Up @@ -178,15 +178,6 @@ public function __construct()
$ct = Horde_Mime_Headers_ContentParam_ContentType::create();
$ct['charset'] = self::$defaultCharset;
$this->_headers->addHeaderOb($ct);

$this->_init();
}

/**
* Initialization tasks.
*/
protected function _init()
{
}

/**
Expand Down Expand Up @@ -2281,8 +2272,6 @@ public function unserialize($data)
throw new Exception('Cache version change');
}

$this->_init();

$this->_headers = $data[1];
$this->_transferEncoding = $data[2];
$this->_parts = $data[3];
Expand Down

0 comments on commit 24ba10a

Please sign in to comment.