From ac11230be8208569947a53f0df225c957a565f9b Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Wed, 14 Dec 2016 10:38:50 +0100 Subject: [PATCH] dev #14141 RT : remove useless function --- .../modules/opac/controllers/RechercheController.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/application/modules/opac/controllers/RechercheController.php b/application/modules/opac/controllers/RechercheController.php index 76e6d066cf9..c4021ae5307 100644 --- a/application/modules/opac/controllers/RechercheController.php +++ b/application/modules/opac/controllers/RechercheController.php @@ -132,11 +132,6 @@ class RechercheController extends ZendAfi_Controller_Action { } - protected function _renderHtmlResult($search_result) { - - } - - protected function _renderAtomResult($search_result) { $this->getHelper('ViewRenderer')->setNoRender(); @@ -226,10 +221,6 @@ class RechercheController extends ZendAfi_Controller_Action { } - protected function _renderResultatRecherche($search_result) { - } - - public function avanceeAction() { $annexes = Class_CodifAnnexe::findAllBy(['invisible' => 0, 'order' => 'libelle']); -- GitLab