summaryrefslogtreecommitdiff
path: root/dmagick/DrawingContext.d
diff options
context:
space:
mode:
authorMike Wey2011-09-27 23:42:06 +0200
committerMike Wey2011-09-27 23:42:06 +0200
commit2bfdc7b8ea45cfebc450ae355690b11bcc1017a5 (patch)
treee85bfb4b26543fd2dc732f21097a36768a3dd72d /dmagick/DrawingContext.d
parent5b10e9e443977ed3afcb169981a30d78327851b9 (diff)
Documentation for the Geometry constructor.
Diffstat (limited to 'dmagick/DrawingContext.d')
-rw-r--r--dmagick/DrawingContext.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmagick/DrawingContext.d b/dmagick/DrawingContext.d
index 0eeff96..c6e4861 100644
--- a/dmagick/DrawingContext.d
+++ b/dmagick/DrawingContext.d
@@ -267,7 +267,6 @@ class DrawingContext
*/
void decorate(DecorationType decoration)
{
- //TODO: support oring decorations together.
operations ~= " decorate ";
final switch ( decoration )