From 5de557ae7a4278e3597f374bc57fbc242d710693 Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Wed, 16 Nov 2016 10:40:55 +0100
Subject: [PATCH] hackfest : library widget remove unused code

---
 library/Class/Systeme/ModulesAccueil/Library.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/library/Class/Systeme/ModulesAccueil/Library.php b/library/Class/Systeme/ModulesAccueil/Library.php
index 38c75dc8450..67a1a7441e6 100644
--- a/library/Class/Systeme/ModulesAccueil/Library.php
+++ b/library/Class/Systeme/ModulesAccueil/Library.php
@@ -124,11 +124,6 @@ class Class_Systeme_ModulesAccueil_Library extends Class_Systeme_ModulesAccueil_
   }
 
 
-  public function getAvailableFiltersKeys() {
-    return array_keys($this->getAvailableFiltersKeys());
-  }
-
-
   public function getFiltersDisplayModes() {
     return [static::DISPLAY_TAB => $this->_('Onglets'),
             static::DISPLAY_LIST => $this->_('Liste')];
-- 
GitLab