diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-08-21 15:24:45 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-08-21 15:24:45 -0400 |
commit | a813e75a25459560c37f3eeed5455047a86d0500 (patch) | |
tree | f3b2f0ef02a0de51c99fb02770ea030757dda04b /pango/pango-ot-info.c | |
parent | fc27e25d61bc4dec8e5598b6c2f918296b0659ed (diff) | |
download | pango-a813e75a25459560c37f3eeed5455047a86d0500.tar.gz |
Remove some old cruft
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index 1f552c3a..8e497b7d 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -22,12 +22,6 @@ #include "config.h" #include "pango-ot-private.h" -#include "pango-impl-utils.h" -#include FT_TRUETYPE_TABLES_H - -#if (!GLIB_CHECK_VERSION(2,29,15)) -#define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK -#endif static void pango_ot_info_finalize (GObject *object); |