aboutsummaryrefslogtreecommitdiff
path: root/lib/resize.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/resize.php')
-rw-r--r--lib/resize.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/resize.php b/lib/resize.php
index e3facf614..974f32e9e 100644
--- a/lib/resize.php
+++ b/lib/resize.php
@@ -277,15 +277,6 @@
if (!$imgsizearray)
return false;
- $accepted_formats = array(
- 'image/jpeg' => 'jpeg',
- 'image/png' => 'png',
- 'image/gif' => 'gif'
- );
-
- // test if it's a file we can manipulate ...
- if (!array_key_exists($imgsizearray['mime'],$accepted_formats))
- return false;
// Get width and height
$width = $imgsizearray[0];