diff options
-rw-r--r-- | src/gd.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 * |