summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Wey2011-10-23 19:18:05 +0200
committerMike Wey2011-10-23 19:18:05 +0200
commit2538be23ade147d76c156df23fc7fe768a4d5892 (patch)
tree84157f71e8d02d2dfcedd0dd22eccd454adb8cd7 /examples
parent42815bcddbcabaa888ee60061e96078a6fd732a0 (diff)
public alias the symbols from the heades used by dmagick.image.
Diffstat (limited to 'examples')
-rw-r--r--examples/draw.d3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/draw.d b/examples/draw.d
index 358e942..deed525 100644
--- a/examples/draw.d
+++ b/examples/draw.d
@@ -14,9 +14,6 @@ import dmagick.DrawingContext;
import dmagick.Geometry;
import dmagick.Image;
-//TODO: Easier way to import symbols from the headers used by DMagick.
-import dmagick.c.geometry;
-
void main()
{
int percentage = 95;