Index: core/fxge/apple/apple_int.h |
diff --git a/core/fxge/apple/apple_int.h b/core/fxge/apple/apple_int.h |
index a401086f35b2a6b61aac0fe07e09629a42a5a51f..9443b5da01c0d7b7b4b72aec7cab2d75b101a24b 100644 |
--- a/core/fxge/apple/apple_int.h |
+++ b/core/fxge/apple/apple_int.h |
@@ -21,8 +21,6 @@ |
#include <Carbon/Carbon.h> |
#endif |
-class CFX_FontCache; |
- |
class CQuartz2D { |
public: |
void* createGraphics(CFX_DIBitmap* bitmap); |
@@ -110,7 +108,6 @@ class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver { |
FX_BOOL DrawDeviceText(int nChars, |
const FXTEXT_CHARPOS* pCharPos, |
CFX_Font* pFont, |
- CFX_FontCache* pCache, |
const CFX_Matrix* pObject2Device, |
FX_FLOAT font_size, |
uint32_t color) override; |
@@ -127,7 +124,6 @@ class CFX_QuartzDeviceDriver : public IFX_RenderDeviceDriver { |
FX_BOOL CG_DrawGlyphRun(int nChars, |
const FXTEXT_CHARPOS* pCharPos, |
CFX_Font* pFont, |
- CFX_FontCache* pCache, |
const CFX_Matrix* pGlyphMatrix, |
const CFX_Matrix* pObject2Device, |
FX_FLOAT font_size, |