@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace SixtyNine\Cloud\Tests\Renderer; |
| 4 | 4 | |
| 5 | -use Imagine\Gd\Image; |
|
| 6 | 5 | use SixtyNine\Cloud\Factory\FontsFactory; |
| 7 | 6 | use SixtyNine\Cloud\Factory\PlacerFactory; |
| 8 | 7 | use SixtyNine\Cloud\FontMetrics; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace SixtyNine\Cloud; |
| 4 | 4 | |
| 5 | -use Imagine\Image\PointInterface; |
|
| 6 | 5 | use SixtyNine\Cloud\Model\Box; |
| 7 | 6 | use SixtyNine\Cloud\Placer\PlacerInterface; |
| 8 | 7 | |