| Index: trunk/src/ports/SkFontHost_fontconfig.cpp
|
| ===================================================================
|
| --- trunk/src/ports/SkFontHost_fontconfig.cpp (revision 8339)
|
| +++ trunk/src/ports/SkFontHost_fontconfig.cpp (working copy)
|
| @@ -244,13 +244,6 @@
|
| return stream;
|
| }
|
|
|
| -SkStream* SkFontHost::OpenStream(uint32_t) {
|
| - SkASSERT(!"SkFontHost::OpenStream is DEPRECATED: call SkTypeface::openStream\n");
|
| - return NULL;
|
| -}
|
| -
|
| -///////////////////////////////////////////////////////////////////////////////
|
| -
|
| int FontConfigTypeface::onGetTableTags(SkFontTableTag tags[]) const {
|
| int ttcIndex;
|
| SkAutoTUnref<SkStream> stream(this->openStream(&ttcIndex));
|
|
|