summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 21:49:52 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 21:49:52 +0400
commita60446bed05d0f0cc1e50150ed2a162fccbf908d (patch)
tree24ffcf022cc7061fe50379ae45798b9a678635c2 /include
parent82ac5311549e41893d1430c5090a1d1a925c0c20 (diff)
remove sign_* from init params
Diffstat (limited to 'include')
-rw-r--r--include/functions.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/functions.php b/include/functions.php
index aa5575548..535d47674 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1831,11 +1831,6 @@
function make_init_params($link) {
$params = array();
- $params["sign_progress"] = "images/indicator_white.gif";
- $params["sign_progress_tiny"] = "images/indicator_tiny.gif";
- $params["sign_excl"] = "images/sign_excl.svg";
- $params["sign_info"] = "images/sign_info.svg";
-
foreach (array("ON_CATCHUP_SHOW_NEXT_FEED", "HIDE_READ_FEEDS",
"ENABLE_FEED_CATS", "FEEDS_SORT_BY_UNREAD", "CONFIRM_FEED_CATCHUP",
"CDM_AUTO_CATCHUP", "FRESH_ARTICLE_MAX_AGE", "DEFAULT_ARTICLE_LIMIT",