summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmagick/Image.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmagick/Image.d b/dmagick/Image.d
index 4a173a7..5206fd0 100644
--- a/dmagick/Image.d
+++ b/dmagick/Image.d
@@ -1329,7 +1329,6 @@ class Image
*/
T[] exportPixels(T)(Geometry area, string map = "RGBA") const
{
- StorageType storage = getStorageType!(T);
T[] pixels = new T[(area.width * area.height) * map.length];
exportPixels(area, pixels, map);