diff options
Diffstat (limited to 'src/core/SkScalerContext.cpp')
-rw-r--r-- | src/core/SkScalerContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp index 0a06965e95..a1473be55c 100644 --- a/src/core/SkScalerContext.cpp +++ b/src/core/SkScalerContext.cpp @@ -22,7 +22,6 @@ #include "SkStroke.h" #include "SkThread.h" -//SK_DEFINE_INST_COUNT(SkMaskGamma) #define ComputeBWRowBytes(width) (((unsigned)(width) + 7) >> 3) |