| Index: core/fxge/android/fx_android_font.cpp
|
| diff --git a/core/fxge/android/fx_android_font.cpp b/core/fxge/android/fx_android_font.cpp
|
| index b1bfe90c1eb5fa59c39700ebeb7112cab408251a..58a5ab4b858acd1ec74d042ad49cc7e300321f38 100644
|
| --- a/core/fxge/android/fx_android_font.cpp
|
| +++ b/core/fxge/android/fx_android_font.cpp
|
| @@ -88,8 +88,4 @@ void CFX_AndroidFontInfo::DeleteFont(void* hFont) {
|
| static_cast<CFPF_SkiaFont*>(hFont)->Release();
|
| }
|
|
|
| -void* CFX_AndroidFontInfo::RetainFont(void* hFont) {
|
| - return nullptr;
|
| -}
|
| -
|
| #endif // _FX_OS_ == _FX_ANDROID_
|
|
|