summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2012-03-10 23:09:21 -0800
committerJeremy Huddleston <jeremyhu@apple.com>2012-03-10 23:09:21 -0800
commit1066d2b34db6124fbb0105f5d30f560217fd2a5a (patch)
treecd50117733d781052127d1dd654705a96a6b103f
parent84b8b5b46773f9b686d57f28092824b86bffed9d (diff)
downloadxorg-lib-libXft-1066d2b34db6124fbb0105f5d30f560217fd2a5a.tar.gz
Dead code removal
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--src/xftint.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/xftint.h b/src/xftint.h
index 5cb57ae..1658977 100644
--- a/src/xftint.h
+++ b/src/xftint.h
@@ -68,16 +68,6 @@
# define _X_EXPORT /**/
#endif
-#ifndef HAVE_CONFIG_H
-# if (FREETYPE_MAJOR > 2 || \
- (FREETYPE_MAJOR == 2 && (FREETYPE_MINOR > 1 || \
- (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 5))))
-# define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
-# else
-# define HAVE_FT_BITMAP_SIZE_Y_PPEM 0
-# endif
-#endif
-
typedef struct _XftMatcher {
char *object;
double (*compare) (char *object, FcValue value1, FcValue value2);