Index: src/ports/SkFontHost_FreeType.cpp |
diff --git a/src/ports/SkFontHost_FreeType.cpp b/src/ports/SkFontHost_FreeType.cpp |
index b3a65e1985e133e93a8dc9083064e0c0dd39173f..f7b2bd1e876c4ebe543870a42febf84e0e798f40 100644 |
--- a/src/ports/SkFontHost_FreeType.cpp |
+++ b/src/ports/SkFontHost_FreeType.cpp |
@@ -50,13 +50,6 @@ |
# define FT_PIXEL_MODE_BGRA 7 |
#endif |
-// FT_HAS_COLOR and the corresponding FT_FACE_FLAG_COLOR |
-// were introduced in FreeType 2.5.1 |
-// The following may be removed once FreeType 2.5.1 is required to build. |
-#ifndef FT_HAS_COLOR |
-# define FT_HAS_COLOR(face) false |
-#endif |
- |
//#define ENABLE_GLYPH_SPEW // for tracing calls |
//#define DUMP_STRIKE_CREATION |
//#define SK_FONTHOST_FREETYPE_USE_NORMAL_LCD_FILTER |