Index: src/core/SkScalerContext.h |
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h |
index 609e9dd673672950583e032ad2cbd53da93ec7f4..337b2e077ac3c6b9473a752ac8a08ca6754c2c8c 100644 |
--- a/src/core/SkScalerContext.h |
+++ b/src/core/SkScalerContext.h |
@@ -25,7 +25,6 @@ class SkRasterizer; |
* than a nested struct inside SkScalerContext (where it started). |
*/ |
struct SkScalerContextRec { |
- uint32_t fOrigFontID; |
uint32_t fFontID; |
SkScalar fTextSize, fPreScaleX, fPreSkewX; |
SkScalar fPost2x2[2][2]; |