remove dead SK_SUPPORT_LEGACY_N32_NAME code

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/818903004
This commit is contained in:
reed 2014-12-21 14:29:04 -08:00 committed by Commit bot
parent f65f0b92f5
commit 3b40ee6009

View File

@ -91,10 +91,6 @@ enum SkColorType {
#else #else
#error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order" #error "SK_*32_SHFIT values must correspond to BGRA or RGBA byte order"
#endif #endif
#ifdef SK_SUPPORT_LEGACY_N32_NAME
kPMColor_SkColorType = kN32_SkColorType
#endif
}; };
static int SkColorTypeBytesPerPixel(SkColorType ct) { static int SkColorTypeBytesPerPixel(SkColorType ct) {