]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Removed unnecessary function for cleaning tags
authortcit <tcit@tcit.fr>
Sun, 11 May 2014 14:14:47 +0000 (16:14 +0200)
committertcit <tcit@tcit.fr>
Sun, 11 May 2014 14:14:47 +0000 (16:14 +0200)
inc/poche/Poche.class.php

index dc7b76d0b104ce12eff211ec15b677044e9fe6af..8ea5e7a20299ac2d49cd780957e1b9e7c3f7db1c 100755 (executable)
@@ -1135,13 +1135,6 @@ class Poche
         $this->messages->add('s', _('Cache deleted.'));
         Tools::redirect();
     }
-    
-    public function cleanTags() {
-        $this->store->cleanUnusedTags();
-        $this->messages->add('s', _('The unused tags have been cleaned.'));
-        Tools::logm('clean tags');
-        Tools::redirect();
-    }
 
     /**
      * return new purifier object with actual config