aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBlitRow.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-21 18:30:53 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-21 18:30:53 +0000
commit6ba4572eed5a4ecfdd22d118fa55b5c06902b574 (patch)
treeccb8c5501a48f4687d7dbece92805771a01fa121 /include/core/SkBlitRow.h
parent5f99545de67ee729b4b17f1aae56f8c9dcf460f9 (diff)
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
Diffstat (limited to 'include/core/SkBlitRow.h')
-rw-r--r--include/core/SkBlitRow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
index febc405f29..501134238f 100644
--- a/include/core/SkBlitRow.h
+++ b/include/core/SkBlitRow.h
@@ -92,7 +92,6 @@ public:
static Proc32 PlatformProcs32(unsigned flags);
static Proc PlatformProcs565(unsigned flags);
- static Proc PlatformProcs4444(unsigned flags);
static ColorProc PlatformColorProc();
private: