Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Aug 11, 2017
1 parent bd4e797 commit b21355a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions classes/FrontEndController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b21355a

Please sign in to comment.