mirror of
https://github.com/friendica/friendica
synced 2025-01-22 08:19:48 +00:00
Unused function removed
This commit is contained in:
parent
0e79b5373b
commit
9cf8678323
1 changed files with 0 additions and 13 deletions
|
@ -49,19 +49,6 @@ class Proxy
|
||||||
const PIXEL_MEDIUM = 640;
|
const PIXEL_MEDIUM = 640;
|
||||||
const PIXEL_LARGE = 1024;
|
const PIXEL_LARGE = 1024;
|
||||||
|
|
||||||
/**
|
|
||||||
* Accepted extensions
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
* @todo Make this configurable?
|
|
||||||
*/
|
|
||||||
private static $extensions = [
|
|
||||||
'jpg',
|
|
||||||
'jpeg',
|
|
||||||
'gif',
|
|
||||||
'png',
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Private constructor
|
* Private constructor
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue