mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Remove unused method
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
3ac9b565db
commit
60a7f5c53e
1 changed files with 0 additions and 10 deletions
|
|
@ -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…
Reference in a new issue