summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/libgd/gd.c')
-rw-r--r--ext/gd/libgd/gd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c
index 7eddeb7240..9867df0e9e 100644
--- a/ext/gd/libgd/gd.c
+++ b/ext/gd/libgd/gd.c
@@ -2777,6 +2777,7 @@ gdImagePtr gdImageRotate (gdImagePtr src, double dAngle, int clrBack)
}
/* End Rotate function */
+#if MBO_0
gdImagePtr
gdImageCreateFromXbm (FILE * fd)
{
@@ -2902,6 +2903,7 @@ fail:
gdImageDestroy (im);
return 0;
}
+#endif /* MBO_0 */
void
gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c)