diff options
author | qiankun.miao <qiankun.miao@intel.com> | 2015-01-29 18:35:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-29 18:35:25 -0800 |
commit | 16a3f1758b3e4d5a38d60ec7e78f8b8609d8ea87 (patch) | |
tree | 1f854fb90128901ed247f000f232dadc4f649138 /src | |
parent | 527b28732d0366373cdf4c3c3c496c7500523e74 (diff) |
Clean up commented out code in GrDistanceFieldTextContext
SkCLZ isn't used any more. Just remove it.
BUG=skia:
Review URL: https://codereview.chromium.org/888533004
Diffstat (limited to 'src')
-rwxr-xr-x | src/gpu/GrDistanceFieldTextContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrDistanceFieldTextContext.cpp b/src/gpu/GrDistanceFieldTextContext.cpp index 41c2844037..d3b01703e4 100755 --- a/src/gpu/GrDistanceFieldTextContext.cpp +++ b/src/gpu/GrDistanceFieldTextContext.cpp @@ -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; } |