aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'tools/debugger')
-rw-r--r--tools/debugger/SkObjectParser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/debugger/SkObjectParser.cpp b/tools/debugger/SkObjectParser.cpp
index 57f7d91c45..1f48319993 100644
--- a/tools/debugger/SkObjectParser.cpp
+++ b/tools/debugger/SkObjectParser.cpp
@@ -29,9 +29,6 @@ SkString* SkObjectParser::BitmapToString(const SkBitmap& bitmap) {
const char* gColorTypeStrings[] = {
"None", "A8", "565", "4444", "RGBA", "BGRA",
-#ifdef SK_SUPPORT_LEGACY_INDEX_8_COLORTYPE
- "Index8",
-#endif
"G8", "RGBAf16"
};
static_assert(kLastEnum_SkColorType + 1 == SK_ARRAY_COUNT(gColorTypeStrings),