Unused function removed

This commit is contained in:
Michael 2024-04-15 19:06:12 +00:00
parent 0e79b5373b
commit 9cf8678323
1 changed files with 0 additions and 13 deletions

View 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
*/