From 4b99c809fc52d5cfb1e9aab30d967d32b19c557d Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 24 Feb 2012 15:46:43 +0000 Subject: [PATCH] Suppression menu action --- .../modules/frontend/controllers/DashboardController.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/modules/frontend/controllers/DashboardController.php b/application/modules/frontend/controllers/DashboardController.php index fbe4ed12..3c5f9213 100644 --- a/application/modules/frontend/controllers/DashboardController.php +++ b/application/modules/frontend/controllers/DashboardController.php @@ -14,11 +14,6 @@ class DashboardController extends Libs_Controller $this->view->comptages = $object->index(); } - public function menuAction() - { - // action body - } - public function ciblagesAction() { $object = new Object_Dashboard();