mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-04 07:07:32 +02:00
cleanup unused variables
This commit is contained in:
@@ -348,9 +348,7 @@ class CImage
|
|||||||
public $crop_x;
|
public $crop_x;
|
||||||
public $crop_y;
|
public $crop_y;
|
||||||
public $filters;
|
public $filters;
|
||||||
private $type; // Calculated from source image
|
|
||||||
private $attr; // 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.
|
* Use cache or not.
|
||||||
*
|
*
|
||||||
* @todo clean up how $this->noCache is used in other methods.
|
|
||||||
*
|
|
||||||
* @param string $use true or false to use cache.
|
* @param string $use true or false to use cache.
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
|
Reference in New Issue
Block a user