aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkScalerContext.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-18 12:57:26 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-18 12:57:26 +0000
commit40981ba42a479d9f8dc99dc048683343177829d0 (patch)
tree28d90c3e4edc6dd67125b91b8c83c1f1ce836f69 /include/core/SkScalerContext.h
parent3723a484af0ccc687708588762d98501f35df7da (diff)
remove dead conditional code
git-svn-id: http://skia.googlecode.com/svn/trunk@811 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkScalerContext.h')
-rw-r--r--include/core/SkScalerContext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkScalerContext.h b/include/core/SkScalerContext.h
index 0c93e2e535..5937819cbe 100644
--- a/include/core/SkScalerContext.h
+++ b/include/core/SkScalerContext.h
@@ -51,10 +51,6 @@ struct SkGlyph {
fImage = NULL;
fPath = NULL;
fMaskFormat = MASK_FORMAT_UNKNOWN;
-#ifdef SK_GPU_AWARE_GLYPHCACHE
- fGLCacheOffset = SKGLYPH_GLCACHEOFFSET_INVALID;
- fGLStrikePtr = NULL;
-#endif
}
unsigned rowBytes() const {