diff options
Diffstat (limited to 'include/core/SkFontHost.h')
-rw-r--r-- | include/core/SkFontHost.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkFontHost.h b/include/core/SkFontHost.h index 5ae5f203cd..d695aae17e 100644 --- a/include/core/SkFontHost.h +++ b/include/core/SkFontHost.h @@ -120,12 +120,6 @@ public: private: - /** Return a new stream to read the font data, or null if the uniqueID does - not match an existing typeface. .The caller must call stream->unref() - when it is finished reading the data. - */ - static SkStream* OpenStream(SkFontID uniqueID); - /** Return a new, closest matching typeface given either an existing family (specified by a typeface in that family) or by a familyName and a requested style. |