| Index: include/core/SkXfermode.h
|
| diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
|
| index 31e9924e0cedf41d5cfeb8d4946fc0232bdba244..0b8f936bed2c1f6ef951e303a3e9685f574a952d 100644
|
| --- a/include/core/SkXfermode.h
|
| +++ b/include/core/SkXfermode.h
|
| @@ -146,13 +146,6 @@ public:
|
| */
|
| static SkXfermodeProc GetProc(Mode mode);
|
|
|
| - /** Return a function pointer to a routine that applies the specified
|
| - porter-duff transfer mode and srcColor to a 16bit device color. Note,
|
| - if the mode+srcColor might return a non-opaque color, then there is not
|
| - 16bit proc, and this will return NULL.
|
| - */
|
| - static SkXfermodeProc16 GetProc16(Mode mode, SkColor srcColor);
|
| -
|
| /**
|
| * If the specified mode can be represented by a pair of Coeff, then return
|
| * true and set (if not NULL) the corresponding coeffs. If the mode is
|
|
|