summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2015-09-16 21:49:44 +0200
committerØyvind Kolås <pippin@gimp.org>2015-09-16 21:49:44 +0200
commit9fcb6f3709d838f29abae44438c69d7f796d2546 (patch)
treed3829a07db2890ddae85d9f27c6891e26eb92602
parentc4645e7fe717dafdc9074239a066aeca78c0f674 (diff)
shift: remove outdated XXX comment about abyss policy
-rw-r--r--operations/common/shift.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/operations/common/shift.c b/operations/common/shift.c
index de6f0157..1aea0a5d 100644
--- a/operations/common/shift.c
+++ b/operations/common/shift.c
@@ -119,8 +119,6 @@ process (GeglOperation *operation,
src_rect.y = result->y + shift;
}
- /* XXX: gegl_buffer_copy doesn't allow to set the abyss policy,
- * but we probably need _CLAMP here */
gegl_buffer_copy (input, &src_rect, GEGL_ABYSS_CLAMP,
output, &dst_rect);
}