From d361c1c65d912358c9a9eee1db1992ff532eb299 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 26 Jan 2025 17:21:12 +0000 Subject: Remove now-unused 'Config::ICONS_URL'. --- classes/Config.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'classes/Config.php') diff --git a/classes/Config.php b/classes/Config.php index 356f81391..a7c0a04b2 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -73,9 +73,6 @@ class Config { /** directory for feed favicons (directory must be writable) */ const ICONS_DIR = "ICONS_DIR"; - /** URL for feed favicons */ - const ICONS_URL = "ICONS_URL"; - /** auto create users authenticated via external modules */ const AUTH_AUTO_CREATE = "AUTH_AUTO_CREATE"; @@ -208,7 +205,6 @@ class Config { Config::LOCK_DIRECTORY => [ "lock", Config::T_STRING ], Config::CACHE_DIR => [ "cache", Config::T_STRING ], Config::ICONS_DIR => [ "feed-icons", Config::T_STRING ], - Config::ICONS_URL => [ "feed-icons", Config::T_STRING ], Config::AUTH_AUTO_CREATE => [ "true", Config::T_BOOL ], Config::AUTH_AUTO_LOGIN => [ "true", Config::T_BOOL ], Config::FORCE_ARTICLE_PURGE => [ 0, Config::T_INT ], -- cgit v1.2.3-54-g00ecf