| Index: include/core/SkTypeface.h
|
| diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
|
| index f6f30e66ca79a8c96eae24c1851e2565d9c9ffa1..c4242181fb27cff117fef660776b4edf45a81e8b 100644
|
| --- a/include/core/SkTypeface.h
|
| +++ b/include/core/SkTypeface.h
|
| @@ -144,10 +144,6 @@ public:
|
| */
|
| void serialize(SkWStream*) const;
|
|
|
| - /** Like serialize, but write the whole font (not just a signature) if possible.
|
| - */
|
| - void serializeForcingEmbedding(SkWStream*) const;
|
| -
|
| /** Given the data previously written by serialize(), return a new instance
|
| to a typeface referring to the same font. If that font is not available,
|
| return null. If an instance is returned, the caller is responsible for
|
|
|