From 40981ba42a479d9f8dc99dc048683343177829d0 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Fri, 18 Feb 2011 12:57:26 +0000 Subject: [PATCH] remove dead conditional code git-svn-id: http://skia.googlecode.com/svn/trunk@811 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkScalerContext.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/core/SkScalerContext.h b/include/core/SkScalerContext.h index 0c93e2e..5937819 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 { -- 2.7.4