| Index: core/fxge/include/ifx_systemfontinfo.h
|
| diff --git a/core/fxge/include/ifx_systemfontinfo.h b/core/fxge/include/ifx_systemfontinfo.h
|
| index 9ede09ec261edec34266522c4f610d1c3c2905fe..b5bab6fe31d9863f93a1dda4885fd29c9abc41b9 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_
|
|
|