aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-11-13 14:39:58 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-13 14:39:58 -0800
commitd54d3fc82456f8789b3e4dff40faeb7b670bcf4b (patch)
tree274b6297429de7473cfbd12bf6732bea76de29db /tests
parent112e7e277702e104357f2d44742253ee1b0109ac (diff)
remove unused kLCD_MaskFormat
Diffstat (limited to 'tests')
-rw-r--r--tests/AAClipTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp
index 693becba38..08dedb49c4 100644
--- a/tests/AAClipTest.cpp
+++ b/tests/AAClipTest.cpp
@@ -34,7 +34,6 @@ static bool operator==(const SkMask& a, const SkMask& b) {
case SkMask::kLCD16_Format:
wbytes <<= 1;
break;
- case SkMask::kLCD32_Format:
case SkMask::kARGB32_Format:
wbytes <<= 2;
break;