1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-22 13:32:56 +02:00

Removed unused code

This commit is contained in:
Oliver Vogel
2023-10-30 11:42:24 +01:00
parent b9a3f8c4b2
commit dc24ed97f4

View File

@@ -11,7 +11,6 @@ use Intervention\Image\Geometry\Point;
use Intervention\Image\Geometry\Polygon; use Intervention\Image\Geometry\Polygon;
use Intervention\Image\Geometry\Rectangle; use Intervention\Image\Geometry\Rectangle;
use Intervention\Image\Interfaces\CollectionInterface; use Intervention\Image\Interfaces\CollectionInterface;
use Intervention\Image\Interfaces\ColorspaceInterface;
use Intervention\Image\Interfaces\EncoderInterface; use Intervention\Image\Interfaces\EncoderInterface;
use Intervention\Image\Interfaces\ImageInterface; use Intervention\Image\Interfaces\ImageInterface;
use Intervention\Image\Interfaces\ModifierInterface; use Intervention\Image\Interfaces\ModifierInterface;
@@ -26,7 +25,6 @@ abstract class AbstractImage implements ImageInterface
use CanHandleInput; use CanHandleInput;
use CanRunCallback; use CanRunCallback;
protected ColorspaceInterface $colorspace;
protected Collection $exif; protected Collection $exif;
public function mapFrames(callable $callback): ImageInterface public function mapFrames(callable $callback): ImageInterface