From fa3bcfa37997cada30b14a520dc5334a8049e963 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Dec 2017 22:49:57 +0300 Subject: queryfeedheadlines: there's no need to quote order_by/override_order else: feedicon cache busting etc --- include/functions.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index fc0cdec7c..417abfbb8 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1932,10 +1932,6 @@ } } - function feed_has_icon($id) { - return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0; - } - function init_plugins() { PluginHost::getInstance()->load(PLUGINS, PluginHost::KIND_ALL); -- cgit v1.2.3