summaryrefslogtreecommitdiff
path: root/core/fxge/android/fx_android_font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/android/fx_android_font.cpp')
-rw-r--r--core/fxge/android/fx_android_font.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fxge/android/fx_android_font.cpp b/core/fxge/android/fx_android_font.cpp
index b1bfe90c1e..58a5ab4b85 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_