Remove unused method

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/28502/head
Daniel Kesselberg 5 years ago
parent 3ac9b565db
commit 60a7f5c53e
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
  1. 10
      lib/private/legacy/OC_Image.php

@ -1157,16 +1157,6 @@ class OC_Image implements \OCP\IImage {
return $image;
}
/**
* Resizes the image preserving ratio, returning a new copy
*
* @param integer $maxSize The maximum size of either the width or height.
* @return bool
*/
public function copyResize($maxSize): IImage {
}
/**
* Destroys the current image and resets the object
*/

Loading…
Cancel
Save