From 0ab977f2314d0b5ec0067fb5d6ececc21de6d2ab Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Mon, 9 Jan 2017 16:23:44 -0500 Subject: Remove SkUseTestFontConfigFile. This method and its associated globals are no longer used by any user and can now be removed. BUG=skia:2817 Change-Id: Ia627e2494f568a733999b980aec9284467d2640d Reviewed-on: https://skia-review.googlesource.com/6821 Reviewed-by: Mike Reed Commit-Queue: Ben Wagner --- include/ports/SkFontMgr_android.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/ports') diff --git a/include/ports/SkFontMgr_android.h b/include/ports/SkFontMgr_android.h index 9ed435dc0d..ee73a4b717 100644 --- a/include/ports/SkFontMgr_android.h +++ b/include/ports/SkFontMgr_android.h @@ -12,13 +12,6 @@ class SkFontMgr; -/** - * For test only -- this only affects the default factory. - * Load font config from given xml files, instead of those from Android system. - */ -SK_API void SkUseTestFontConfigFile(const char* mainconf, const char* fallbackconf, - const char* fontsdir); - struct SkFontMgr_Android_CustomFonts { /** When specifying custom fonts, indicates how to use system fonts. */ enum SystemFontUse { -- cgit v1.2.3