summaryrefslogtreecommitdiff
path: root/src/fontwheeltest.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2018-06-21 20:41:31 -0400
committerMike Frysinger <vapier@gentoo.org>2018-06-21 20:41:31 -0400
commitc6f413f52c80f3dbb4f83a37da9813ff7f478249 (patch)
tree5a67666ec12f1ca83aab13b4764606eed9f64587 /src/fontwheeltest.c
parent6653f3b53557a19f2f13e7c3eab532f98894f036 (diff)
downloadlibgd-c6f413f52c80f3dbb4f83a37da9813ff7f478249.tar.gz
scrub OLDER_GD define
This has never been used, so punt it.
Diffstat (limited to 'src/fontwheeltest.c')
-rw-r--r--src/fontwheeltest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fontwheeltest.c b/src/fontwheeltest.c
index b2bb258..82a6fd3 100644
--- a/src/fontwheeltest.c
+++ b/src/fontwheeltest.c
@@ -37,13 +37,8 @@ dowheel (gdImagePtr im, int color, char *fontfile, int fontsize,
y0 = y - sin (curangrads) * offset;
/* The case of newlines is taken care of in the gdImageStringTTF call */
-#if defined(OLDER_GD)
- cp = gdImageStringTTF (im, brect, color, fontfile, fontsize,
- curangrads, x0, y0, string);
-#else
cp = gdImageStringFT (im, brect, color, fontfile, fontsize,
curangrads, x0, y0, string);
-#endif
if (cp)
doerr (err, cp);