From b21355ababb9093fbb3e98f509cef0f4740bf4af Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 11 Aug 2017 18:10:14 +0200 Subject: [PATCH] Remove unused methods --- classes/FrontEndController.php | 10 ---------- 1 file changed, 10 deletions(-) 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();