Clean up commented out code in GrDistanceFieldTextContext
authorqiankun.miao <qiankun.miao@intel.com>
Fri, 30 Jan 2015 02:35:25 +0000 (18:35 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 30 Jan 2015 02:35:25 +0000 (18:35 -0800)
SkCLZ isn't used any more. Just remove it.

BUG=skia:

Review URL: https://codereview.chromium.org/888533004

src/gpu/GrDistanceFieldTextContext.cpp

index 41c2844..d3b0170 100755 (executable)
@@ -539,7 +539,6 @@ bool GrDistanceFieldTextContext::appendGlyph(GrGlyph::PackedID packed,
                               SkScalarTruncToInt(dstRect.top()),
                               SkScalarTruncToInt(dstRect.right()),
                               SkScalarTruncToInt(dstRect.bottom()))) {
-//            SkCLZ(3);    // so we can set a break-point in the debugger
         return true;
     }