You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
346 B

Index: ext/gd/libgd/gd_arc.c
--- ext/gd/libgd/gd_arc.c.orig 2009-05-26 22:14:31 +0200
+++ ext/gd/libgd/gd_arc.c 2009-07-01 08:56:12 +0200
@@ -53,6 +53,7 @@
}
}
+#if 0
void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c)
{
int x=0,mx1=0,mx2=0,my1=0,my2=0;
@@ -106,5 +107,6 @@
old_y1 = my1;
}
}
+#endif