| Index: include/ports/SkTypeface_android.h
|
| diff --git a/include/ports/SkTypeface_android.h b/include/ports/SkTypeface_android.h
|
| index 588f56d075b2980ea18bb7047b1b8468a77374d0..f6fb3cbd085e00ac51658ef4ff31d7d6e9fbca4c 100644
|
| --- a/include/ports/SkTypeface_android.h
|
| +++ b/include/ports/SkTypeface_android.h
|
| @@ -20,15 +20,5 @@
|
| SK_API void SkUseTestFontConfigFile(const char* mainconf, const char* fallbackconf,
|
| const char* fontsdir);
|
|
|
| -/**
|
| - * For test only.
|
| - * Returns the information set by SkUseTestFontConfigFile.
|
| - * TODO: this should be removed once SkFontConfigInterface_android is removed,
|
| - * and then Chromium should be given a better way to set up it's test environment
|
| - * than SkUseTestFontConfigFile.
|
| - */
|
| -void SkGetTestFontConfiguration(const char** mainconf, const char** fallbackconf,
|
| - const char** fontsdir);
|
| -
|
| #endif // #ifdef SK_BUILD_FOR_ANDROID
|
| #endif // #ifndef SkTypeface_android_DEFINED
|
|
|