aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkArithmeticModePriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/SkArithmeticModePriv.h')
-rw-r--r--src/effects/SkArithmeticModePriv.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/effects/SkArithmeticModePriv.h b/src/effects/SkArithmeticModePriv.h
index 4c13a8163e..831410ed6c 100644
--- a/src/effects/SkArithmeticModePriv.h
+++ b/src/effects/SkArithmeticModePriv.h
@@ -13,11 +13,6 @@
class SkXfermode;
-struct SkArithmeticParams {
- float fK[4];
- bool fEnforcePMColor;
-};
-
// This only exists to unflatten instances that were serialized into old pictures as part of
// SkXfermodeImageFilter before the advent of SkBlendMode.
class SK_API SkArithmeticMode {