From e53363fa7c3db90c3f6e54fae1786a38de98c4d3 Mon Sep 17 00:00:00 2001 From: tfarina Date: Wed, 9 Jul 2014 09:18:05 -0700 Subject: Cleanup: Remove SkUTF16_Str API. It does not have any users in Skia, Blink and Chromium. BUG=None TEST=make all R=mtklein@google.com, reed@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/366243004 --- include/core/SkOSFile.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include') diff --git a/include/core/SkOSFile.h b/include/core/SkOSFile.h index b75fe6cf7c..c9fa37ad16 100644 --- a/include/core/SkOSFile.h +++ b/include/core/SkOSFile.h @@ -118,19 +118,6 @@ public: }; }; -class SkUTF16_Str { -public: - SkUTF16_Str(const char src[]); - ~SkUTF16_Str() - { - sk_free(fStr); - } - const uint16_t* get() const { return fStr; } - -private: - uint16_t* fStr; -}; - /** * Functions for modifying SkStrings which represent paths on the filesystem. */ -- cgit v1.2.3