| Index: include/core/SkOSFile.h
|
| diff --git a/include/core/SkOSFile.h b/include/core/SkOSFile.h
|
| index b75fe6cf7c962152018cc10683e0f26703634316..c9fa37ad164c1e46e05d9dd073b3435d33313c3a 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.
|
| */
|
|
|