diff --git a/classes/FrontEndController.php b/classes/FrontEndController.php index 0ccca90..422b9e4 100644 --- a/classes/FrontEndController.php +++ b/classes/FrontEndController.php @@ -369,16 +369,6 @@ private function textConfirmation() return $this->render('confirmation_email/text', $this->getConfirmationParameters(false)); } - private function additionalHtmlMail() - { - return $this->render('additional_email/html', $this->getConfirmationParameters(true)); - } - - private function additionalTextMail() - { - return $this->render('additional_email/text', $this->getConfirmationParameters(false)); - } - private function getConfirmationParameters($html) { $params = array();