Merge pull request #28502 from nextcloud/debt/noid/drop-unused-metho

Remove unused method
This commit is contained in:
blizzz 2021-08-19 00:33:28 +02:00 committed by GitHub
commit 4c7892afdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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