Index: trunk/src/core/SkTypeface.cpp |
=================================================================== |
--- trunk/src/core/SkTypeface.cpp (revision 8339) |
+++ trunk/src/core/SkTypeface.cpp (working copy) |
@@ -155,15 +155,6 @@ |
return upem; |
} |
-SkStream* SkTypeface::onOpenStream(int* ttcIndex) const { |
- // If this has not been overridden, then we just don't know the ttcIndex |
- // so we set it to 0 |
- if (ttcIndex) { |
- *ttcIndex = 0; |
- } |
- return SkFontHost::OpenStream(fUniqueID); |
-} |
- |
void SkTypeface::onGetFontDescriptor(SkFontDescriptor* desc) const { |
desc->setStyle(this->style()); |
} |