Skip to content

Commit a4bfb72

Browse files
author
Timon de Groot
committed
Remove unused private member
1 parent 16962dd commit a4bfb72

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/internal/Magento/Framework/Image/Adapter/ImageMagick.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ class ImageMagick extends AbstractAdapter
4747
* @var int
4848
*/
4949
private $colorspace = -1;
50-
/**
51-
* Original colorspace of the image
52-
*
53-
* @var int
54-
*/
55-
private $originalColorspace = -1;
5650

5751
/**
5852
* Set/get background color. Check Imagick::COLOR_* constants

0 commit comments

Comments
 (0)