diff --git a/scripts/postfixadmin-cli.php b/scripts/postfixadmin-cli.php index 21d423b1..0b42ee68 100644 --- a/scripts/postfixadmin-cli.php +++ b/scripts/postfixadmin-cli.php @@ -117,14 +117,6 @@ class PostfixAdmin { * @access public */ var $shellName = null; -/** - * Constructs this ShellDispatcher instance. - * - * @param array $args the argv. - */ - function PostfixAdmin($args = array()) { - $this->__construct($args); - } /** * Constructor *