Index: branches/5.2.x/core/units/helpers/pop3_helper.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/units/helpers/pop3_helper.php (.../pop3_helper.php) (revision 13840) +++ branches/5.2.x/core/units/helpers/pop3_helper.php (.../pop3_helper.php) (revision 14095) @@ -1,6 +1,6 @@ serverInfo = $server_info; @@ -338,16 +338,4 @@ { return $this->sendCommand("DELE $message_number"); } - - /** - * Create new instance of object - * - * @return kBase - */ - function &makeClass($server_info, $connection_timeout = null) - { - $object = new POP3Helper($server_info, $connection_timeout); - - return $object; - } } \ No newline at end of file