summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gd.h b/src/gd.h
index 5728a25..51b9661 100644
--- a/src/gd.h
+++ b/src/gd.h
@@ -1604,11 +1604,6 @@ BGD_DECLARE(void) gdImageFlipHorizontal(gdImagePtr im);
BGD_DECLARE(void) gdImageFlipVertical(gdImagePtr im);
BGD_DECLARE(void) gdImageFlipBoth(gdImagePtr im);
-#define GD_FLIP_HORINZONTAL 1 /* typo, kept for BC */
-#define GD_FLIP_HORIZONTAL 1
-#define GD_FLIP_VERTICAL 2
-#define GD_FLIP_BOTH 3
-
/**
* Group: Crop
*