summaryrefslogtreecommitdiff
path: root/dmagick/ImageView.d
diff options
context:
space:
mode:
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;