remove dead conditional code
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 18 Feb 2011 12:57:26 +0000 (12:57 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 18 Feb 2011 12:57:26 +0000 (12:57 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@811 2bbb7eff-a529-9590-31e7-b0007b416f81

include/core/SkScalerContext.h

index 0c93e2e..5937819 100644 (file)
@@ -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 {