aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.h
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-26 23:17:46 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-26 23:17:46 +0000
commit49360dfa6144621db9f3ec25995b8e817a0003c0 (patch)
tree9ee115900a31536ceab6c6b888732e7464678ce5 /src/core/SkGlyphCache.h
parent4d9f094349575eb2ab5cf1ac2267783172ebe63e (diff)
Remove unused fields from SkGlyphCache.
Review URL: https://codereview.chromium.org/89423003 git-svn-id: http://skia.googlecode.com/svn/trunk@12407 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core/SkGlyphCache.h')
-rw-r--r--src/core/SkGlyphCache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h
index 52a8132f72..7b2ebb844e 100644
--- a/src/core/SkGlyphCache.h
+++ b/src/core/SkGlyphCache.h
@@ -211,8 +211,6 @@ private:
SkTDArray<SkGlyph*> fGlyphArray;
SkChunkAlloc fGlyphAlloc;
- int fMetricsCount, fAdvanceCount;
-
struct CharGlyphRec {
uint32_t fID; // unichar + subpixel
SkGlyph* fGlyph;