aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTypeface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkTypeface.cpp')
-rw-r--r--src/core/SkTypeface.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkTypeface.cpp b/src/core/SkTypeface.cpp
index dcdd5e29f3..294323841c 100644
--- a/src/core/SkTypeface.cpp
+++ b/src/core/SkTypeface.cpp
@@ -214,11 +214,6 @@ int SkTypeface::onCharsToGlyphs(const void* chars, Encoding encoding,
return 0;
}
-int SkTypeface::onCountGlyphs() const {
- SkDebugf("onCountGlyphs unimplemented\n");
- return 0;
-}
-
int SkTypeface::onGetUPEM() const {
int upem = 0;