aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkColor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkColor.h b/include/core/SkColor.h
index 9d757a9563..c5941394d8 100644
--- a/include/core/SkColor.h
+++ b/include/core/SkColor.h
@@ -169,10 +169,6 @@ SK_API SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
*/
SK_API SkPMColor SkPreMultiplyColor(SkColor c);
-/** Define a function pointer type for combining two premultiplied colors
-*/
-typedef SkPMColor (*SkXfermodeProc)(SkPMColor src, SkPMColor dst);
-
///////////////////////////////////////////////////////////////////////////////////////////////////
struct SkPM4f;