| Index: include/core/SkBlitRow.h
|
| diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
|
| index 8c7665ac54baec44608635a2f38d14823dc22881..56121eba78e27ebdedb0f6bcf3dcc0cc20d03ff7 100644
|
| --- a/include/core/SkBlitRow.h
|
| +++ b/include/core/SkBlitRow.h
|
| @@ -82,9 +82,6 @@ public:
|
| static ColorProc16 PlatformColorFactory565(unsigned flags);
|
|
|
| private:
|
| - typedef void (*Color32Proc)(SkPMColor[], const SkPMColor[], int, SkPMColor);
|
| - static Color32Proc PlatformColor32Proc();
|
| -
|
| enum {
|
| kFlags16_Mask = 7,
|
| kFlags32_Mask = 3
|
|
|