From 6ba4572eed5a4ecfdd22d118fa55b5c06902b574 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Fri, 21 Jun 2013 18:30:53 +0000 Subject: remove dst/rendertarget support for kARGB_4444_Config BUG= Review URL: https://codereview.chromium.org/17335008 git-svn-id: http://skia.googlecode.com/svn/trunk@9727 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/effects/SkAvoidXfermode.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/effects/SkAvoidXfermode.h') diff --git a/include/effects/SkAvoidXfermode.h b/include/effects/SkAvoidXfermode.h index e35439160e..4950b64707 100644 --- a/include/effects/SkAvoidXfermode.h +++ b/include/effects/SkAvoidXfermode.h @@ -44,8 +44,6 @@ public: const SkAlpha aa[]) const SK_OVERRIDE; virtual void xfer16(uint16_t dst[], const SkPMColor src[], int count, const SkAlpha aa[]) const SK_OVERRIDE; - virtual void xfer4444(uint16_t dst[], const SkPMColor src[], int count, - const SkAlpha aa[]) const SK_OVERRIDE; virtual void xferA8(SkAlpha dst[], const SkPMColor src[], int count, const SkAlpha aa[]) const SK_OVERRIDE; -- cgit v1.2.3