Index: src/device/xps/SkXPSDevice.cpp |
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp |
index e7f5a8c760b4c83a1e542c8fcf190c5a3d125dae..c407e2c0d7f59d26139937a39301756e84af6b1f 100644 |
--- a/src/device/xps/SkXPSDevice.cpp |
+++ b/src/device/xps/SkXPSDevice.cpp |
@@ -2242,9 +2242,6 @@ static void text_draw_init(const SkPaint& paint, |
SkBitSet& glyphsUsed, |
SkDraw& myDraw, SkXPSDrawProcs& procs) { |
procs.fD1GProc = xps_draw_1_glyph; |
-#if SK_DISTANCEFIELD_FONTS |
- procs.fFlags = 0; |
-#endif |
size_t numGlyphGuess; |
switch (paint.getTextEncoding()) { |
case SkPaint::kUTF8_TextEncoding: |