diff options
Diffstat (limited to 'core/fxge/android/cfx_androidfontinfo.cpp')
-rw-r--r-- | core/fxge/android/cfx_androidfontinfo.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/fxge/android/cfx_androidfontinfo.cpp b/core/fxge/android/cfx_androidfontinfo.cpp index 20776414ab..2b3b42cc32 100644 --- a/core/fxge/android/cfx_androidfontinfo.cpp +++ b/core/fxge/android/cfx_androidfontinfo.cpp @@ -77,9 +77,4 @@ bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { return false; } -void CFX_AndroidFontInfo::DeleteFont(void* hFont) { - if (!hFont) - return; - - static_cast<CFPF_SkiaFont*>(hFont)->Release(); -} +void CFX_AndroidFontInfo::DeleteFont(void* hFont) {} |