diff options
author | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2007-08-25 23:32:54 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2007-08-25 23:32:54 +0200 |
commit | aca95d12a8b35de7ae914632fc9e8a723d58a860 (patch) | |
tree | 9e1057664066eaf991f764a69c5d7538a5a75ba3 /src/FreeType | |
parent | 3c3b47bf6f080ddb700886de3e5bfa42c2f0774e (diff) |
Kill unused macro definition.
Diffstat (limited to 'src/FreeType')
-rw-r--r-- | src/FreeType/fttools.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/FreeType/fttools.c b/src/FreeType/fttools.c index 002b62c..10604b1 100644 --- a/src/FreeType/fttools.c +++ b/src/FreeType/fttools.c @@ -43,13 +43,6 @@ #include FT_TRUETYPE_IDS_H #include "ft.h" -/* backward compatibility hack */ -#if (FREETYPE_VERSION < 2001008) -# ifndef ft_isdigit -# define ft_isdigit isdigit -# endif -#endif - #ifndef LSBFirst #define LSBFirst 0 #define MSBFirst 1 |