From 4910af33ff79cdce6325a07bb0dc74fe4821e680 Mon Sep 17 00:00:00 2001 From: tcit Date: Sun, 11 May 2014 16:14:47 +0200 Subject: [PATCH] Removed unnecessary function for cleaning tags --- inc/poche/Poche.class.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index dc7b76d0..8ea5e7a2 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -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 -- 2.41.0