Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 618431a2de6ac10ccbe1d54a67218c6a0da2cc0f..f55354bf0d2b52e7951abca58fcbb54d23519f16 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -138,8 +138,7 @@ protected: |
}; |
struct TextFlags { |
- uint32_t fFlags; // SkPaint::getFlags() |
- SkPaint::Hinting fHinting; |
+ uint32_t fFlags; // SkPaint::getFlags() |
}; |
/** |