summaryrefslogtreecommitdiff
path: root/dmagick/ImageView.d
diff options
context:
space:
mode:
authorMike Wey2011-10-01 17:59:49 +0200
committerMike Wey2011-10-01 17:59:49 +0200
commit93dbb3b6d6ddc3b581e7228c1a9f34a98f1a548e (patch)
tree283f77f4ec67df7819b43b80ca73ea6a0b775671 /dmagick/ImageView.d
parent2bfdc7b8ea45cfebc450ae355690b11bcc1017a5 (diff)
Add dmagick.CoderInfo.
Diffstat (limited to 'dmagick/ImageView.d')
-rw-r--r--dmagick/ImageView.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmagick/ImageView.d b/dmagick/ImageView.d
index 79b39c4..567e0de 100644
--- a/dmagick/ImageView.d
+++ b/dmagick/ImageView.d
@@ -153,7 +153,6 @@ class ImageView
* Support the usage of foreach to loop over the rows in the view.
* The foreach is executed in parallel.
*/
- //TODO: Should the foreach be parallel?
int opApply(int delegate(ref Pixels) dg)
{
shared(int) progress;