Index: core/fxge/include/ifx_renderdevicedriver.h |
diff --git a/core/fxge/include/ifx_renderdevicedriver.h b/core/fxge/include/ifx_renderdevicedriver.h |
index 8b20cf0838c872f70fc40032d7e664453c875c55..e9dbed913a314e8690f876eff6eaa458d4ad1d64 100644 |
--- a/core/fxge/include/ifx_renderdevicedriver.h |
+++ b/core/fxge/include/ifx_renderdevicedriver.h |
@@ -12,7 +12,6 @@ |
class CFX_DIBitmap; |
class CFX_DIBSource; |
class CFX_Font; |
-class CFX_FontCache; |
class CFX_GraphStateData; |
class CFX_Matrix; |
class CFX_PathData; |
@@ -87,7 +86,6 @@ class IFX_RenderDeviceDriver { |
virtual 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); |