summaryrefslogtreecommitdiff
path: root/dmagick/c/sheer.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/sheer.d')
-rw-r--r--dmagick/c/sheer.d13
1 files changed, 0 insertions, 13 deletions
diff --git a/dmagick/c/sheer.d b/dmagick/c/sheer.d
deleted file mode 100644
index fd53fb1..0000000
--- a/dmagick/c/sheer.d
+++ /dev/null
@@ -1,13 +0,0 @@
-module dmagick.c.sheer;
-
-import dmagick.c.exception;
-import dmagick.c.geometry;
-import dmagick.c.image;
-
-extern(C)
-{
- Image* AffineTransformImage(const(Image)*, const(AffineMatrix)*, ExceptionInfo*);
- Image* DeskewImage(const(Image)*, const double, ExceptionInfo*);
- Image* RotateImage(const(Image)*, const double, ExceptionInfo*);
- Image* ShearImage(const(Image)*, const double, const double, ExceptionInfo*);
-}