aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkUtils.h')
-rw-r--r--include/core/SkUtils.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/core/SkUtils.h b/include/core/SkUtils.h
index 3c24b1f599..bca76ed54f 100644
--- a/include/core/SkUtils.h
+++ b/include/core/SkUtils.h
@@ -61,15 +61,6 @@ SkMemset32Proc SkMemset32GetPlatformProc();
#undef SK_SMALL_MEMSET
-/** Similar to memcpy(), but it copies count 32bit values from src to dst.
- @param dst The memory to have value copied into it
- @param src The memory to have value copied from it
- @param count The number of values should be copied.
-*/
-void sk_memcpy32(uint32_t dst[], const uint32_t src[], int count);
-typedef void (*SkMemcpy32Proc)(uint32_t dst[], const uint32_t src[], int count);
-SkMemcpy32Proc SkMemcpy32GetPlatformProc();
-
///////////////////////////////////////////////////////////////////////////////
#define kMaxBytesInUTF8Sequence 4