diff options
Diffstat (limited to 'include/core/SkOSFile.h')
-rw-r--r-- | include/core/SkOSFile.h | 13 |
1 files changed, 0 insertions, 13 deletions
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. */ |