Unused function removed
authorMichael <heluecht@pirati.ca>
Mon, 15 Apr 2024 19:06:12 +0000 (19:06 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 15 Apr 2024 19:06:12 +0000 (19:06 +0000)
src/Util/Proxy.php

index cb8042f..b46b4cd 100644 (file)
@@ -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
         */