summaryrefslogtreecommitdiff
path: root/core/fxge/include/ifx_systemfontinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/include/ifx_systemfontinfo.h')
-rw-r--r--core/fxge/include/ifx_systemfontinfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/include/ifx_systemfontinfo.h b/core/fxge/include/ifx_systemfontinfo.h
index 9ede09ec26..b5bab6fe31 100644
--- a/core/fxge/include/ifx_systemfontinfo.h
+++ b/core/fxge/include/ifx_systemfontinfo.h
@@ -44,7 +44,6 @@ class IFX_SystemFontInfo {
virtual FX_BOOL GetFontCharset(void* hFont, int& charset) = 0;
virtual int GetFaceIndex(void* hFont);
virtual void DeleteFont(void* hFont) = 0;
- virtual void* RetainFont(void* hFont);
};
#endif // CORE_FXGE_INCLUDE_IFX_SYSTEMFONTINFO_H_