From: Michael Date: Mon, 15 Apr 2024 19:06:12 +0000 (+0000) Subject: Unused function removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9cf867832307952e79468d0eb03cca600c0ea828;p=friendica.git Unused function removed --- diff --git a/src/Util/Proxy.php b/src/Util/Proxy.php index cb8042f1b1..b46b4cd7d6 100644 --- a/src/Util/Proxy.php +++ b/src/Util/Proxy.php @@ -49,19 +49,6 @@ class Proxy const PIXEL_MEDIUM = 640; const PIXEL_LARGE = 1024; - /** - * Accepted extensions - * - * @var array - * @todo Make this configurable? - */ - private static $extensions = [ - 'jpg', - 'jpeg', - 'gif', - 'png', - ]; - /** * Private constructor */