From 850fb76c8b8df0e7f982d0f4b0c13a0d37664453 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 16 Sep 2015 09:09:30 +0200 Subject: [PATCH] cleanup unused variables --- CImage.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CImage.php b/CImage.php index a726ce5..689239d 100644 --- a/CImage.php +++ b/CImage.php @@ -348,9 +348,7 @@ class CImage public $crop_x; public $crop_y; public $filters; - private $type; // Calculated from source image private $attr; // Calculated from source image - private $useOriginal; // Use original image if possible @@ -407,8 +405,6 @@ class CImage /** * Use cache or not. * - * @todo clean up how $this->noCache is used in other methods. - * * @param string $use true or false to use cache. * * @return $this