| Index: core/fxge/android/fpf_skiafont.h
|
| diff --git a/core/fxge/android/fpf_skiafont.h b/core/fxge/android/fpf_skiafont.h
|
| index 15347b2ff375d81b0b91663e49c3fcc35e5514c9..4e03051a4419ec62c69df7f552c427db4c77ad26 100644
|
| --- a/core/fxge/android/fpf_skiafont.h
|
| +++ b/core/fxge/android/fpf_skiafont.h
|
| @@ -16,8 +16,6 @@
|
| class CFPF_SkiaFontDescriptor;
|
| class CFPF_SkiaFontMgr;
|
|
|
| -typedef struct FPF_HFONT_ { void* pData; } * FPF_HFONT;
|
| -
|
| class CFPF_SkiaFont {
|
| public:
|
| CFPF_SkiaFont();
|
| @@ -26,7 +24,6 @@ class CFPF_SkiaFont {
|
| void Release();
|
| CFPF_SkiaFont* Retain();
|
|
|
| - FPF_HFONT GetHandle();
|
| CFX_ByteString GetFamilyName();
|
| CFX_ByteString GetPsName();
|
| uint32_t GetFontStyle() const { return m_dwStyle; }
|
|
|