| Index: src/core/SkGlyph.h
|
| diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h
|
| index 102088224d574348ac2927ffa3a425f0cb1d7262..c747995ed065b174f4adbe4c029999655e7eb471 100644
|
| --- a/src/core/SkGlyph.h
|
| +++ b/src/core/SkGlyph.h
|
| @@ -47,8 +47,6 @@
|
| uint8_t fMaskFormat;
|
| int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
|
| int8_t fForceBW;
|
| - mutable bool fImageIsSet;
|
| - mutable bool fPathIsSet;
|
|
|
| void initWithGlyphID(uint32_t glyph_id) {
|
| this->initCommon(MakeID(glyph_id));
|
| @@ -137,8 +135,6 @@
|
| fPath = nullptr;
|
| fMaskFormat = MASK_FORMAT_UNKNOWN;
|
| fForceBW = 0;
|
| - fImageIsSet = false;
|
| - fPathIsSet = false;
|
| }
|
|
|
| static unsigned ID2Code(uint32_t id) {
|
|
|