| Index: src/opts/SkUtils_opts_none.cpp
|
| diff --git a/src/opts/SkUtils_opts_none.cpp b/src/opts/SkUtils_opts_none.cpp
|
| index d905425e40aeac5f820630e055ba0fff6b73121a..c7658111d57110f14fcd6758570d058ce2e630b9 100644
|
| --- a/src/opts/SkUtils_opts_none.cpp
|
| +++ b/src/opts/SkUtils_opts_none.cpp
|
| @@ -7,7 +7,6 @@
|
| */
|
|
|
|
|
| -#include "SkBlitRow.h"
|
| #include "SkUtils.h"
|
|
|
| SkMemset16Proc SkMemset16GetPlatformProc() {
|
| @@ -18,6 +17,3 @@ SkMemset32Proc SkMemset32GetPlatformProc() {
|
| return NULL;
|
| }
|
|
|
| -SkBlitRow::ColorRectProc PlatformColorRectProcFactory() {
|
| - return NULL;
|
| -}
|
|
|