Index: src/core/SkDrawProcs.h |
diff --git a/src/core/SkDrawProcs.h b/src/core/SkDrawProcs.h |
index 6911e5b017609c535524e45d872cd06c1b681389..44532298f0040c67797d33b9e2f0cf8b8e12472f 100644 |
--- a/src/core/SkDrawProcs.h |
+++ b/src/core/SkDrawProcs.h |
@@ -57,22 +57,6 @@ struct SkDraw1Glyph { |
struct SkDrawProcs { |
SkDraw1Glyph::Proc fD1GProc; |
-#if SK_DISTANCEFIELD_FONTS |
- uint32_t fFlags; |
- |
- enum Flags { |
- /** |
- * Disable baked glyph transforms |
- */ |
- kSkipBakedGlyphTransform_Flag = 0x1, |
- /** |
- * Scale glyphs to get different point sizes |
- */ |
- kUseScaledGlyphs_Flag = 0x2, |
- }; |
- |
- static const int kBaseDFFontSize = 32; |
-#endif |
}; |
bool SkDrawTreatAAStrokeAsHairline(SkScalar strokeWidth, const SkMatrix&, |