| Index: core/fxge/android/fx_android_font.h
|
| diff --git a/core/fxge/android/fx_android_font.h b/core/fxge/android/fx_android_font.h
|
| index 881bd1db5fc9f0c96e52e3da1a55b330404a3e94..ad777f3e58b0b6b2194415bfbcec56a0127e27ea 100644
|
| --- a/core/fxge/android/fx_android_font.h
|
| +++ b/core/fxge/android/fx_android_font.h
|
| @@ -40,7 +40,6 @@ class CFX_AndroidFontInfo : public IFX_SystemFontInfo {
|
| FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name) override;
|
| FX_BOOL GetFontCharset(void* hFont, int& charset) override;
|
| void DeleteFont(void* hFont) override;
|
| - void* RetainFont(void* hFont) override;
|
|
|
| protected:
|
| CFPF_SkiaFontMgr* m_pFontMgr;
|
|
|