From: tcit Date: Sun, 11 May 2014 14:14:47 +0000 (+0200) Subject: Removed unnecessary function for cleaning tags X-Git-Tag: 1.7.0^2~9^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=4910af33ff79cdce6325a07bb0dc74fe4821e680;hp=0626e52f3c1631db092b6fa04bff8cba25be8f7f;p=github%2Fwallabag%2Fwallabag.git Removed unnecessary function for cleaning tags --- 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