Index: src/ports/SkFontConfigTypeface.h |
diff --git a/src/ports/SkFontConfigTypeface.h b/src/ports/SkFontConfigTypeface.h |
index 83cd3ad2186fd608cc238d07e21a3d6a3406eb8e..7eecbf69472639844c61e4392e25ae2aadf4fe6d 100644 |
--- a/src/ports/SkFontConfigTypeface.h |
+++ b/src/ports/SkFontConfigTypeface.h |
@@ -33,7 +33,6 @@ public: |
return fIdentity; |
} |
- const char* getFamilyName() const { return fFamilyName.c_str(); } |
SkStreamAsset* getLocalStream() const { return fLocalStream.get(); } |
bool isFamilyName(const char* name) const { |