From 9cf867832307952e79468d0eb03cca600c0ea828 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Apr 2024 19:06:12 +0000 Subject: [PATCH] Unused function removed --- src/Util/Proxy.php | 13 ------------- 1 file changed, 13 deletions(-) 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 */