diff options
Diffstat (limited to 'src/gpu/effects/GrDitherEffect.h')
-rw-r--r-- | src/gpu/effects/GrDitherEffect.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/effects/GrDitherEffect.h b/src/gpu/effects/GrDitherEffect.h index 2e650a68f4..c614982538 100644 --- a/src/gpu/effects/GrDitherEffect.h +++ b/src/gpu/effects/GrDitherEffect.h @@ -37,7 +37,6 @@ public: rangeType = 2; break; case kUnknown_GrPixelConfig: - case kRGBA_1010102_GrPixelConfig: case kAlpha_half_GrPixelConfig: case kAlpha_half_as_Red_GrPixelConfig: case kRGBA_float_GrPixelConfig: |