cvs: gd /libgd/src gd.h
[email protected] ("Pierre-Alain Joye") Wed, 12 Dec 2007 16:32:44 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1197477164@cvsserver> |
pajoye Wed Dec 12 16:32:44 2007 UTC
Modified files:
/gd/libgd/src gd.h
Log:
- remove double declaration of gdImageEllipse
http://cvs.php.net/viewvc.cgi/gd/libgd/src/gd.h?r1=1.41&r2=1.42&diff_format=u
Index: gd/libgd/src/gd.h
diff -u gd/libgd/src/gd.h:1.41 gd/libgd/src/gd.h:1.42
--- gd/libgd/src/gd.h:1.41 Wed Dec 12 15:56:03 2007
+++ gd/libgd/src/gd.h Wed Dec 12 16:32:44 2007
@@ -664,9 +664,6 @@
/* Best to free this memory with gdFree(), not free() */
BGD_DECLARE(void *) gdImageGd2Ptr (gdImagePtr im, int cs, int fmt, int *size);
-BGD_DECLARE(void) gdImageEllipse (gdImagePtr im, int cx, int cy, int w, int h,
- int color);
-
/* Style is a bitwise OR ( | operator ) of these.
gdArc and gdChord are mutually exclusive;
gdChord just connects the starting and ending