diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/fxge/ge/fx_ge_font.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fxge/ge/fx_ge_font.cpp b/core/fxge/ge/fx_ge_font.cpp index 098195dded..b2c92f516d 100644 --- a/core/fxge/ge/fx_ge_font.cpp +++ b/core/fxge/ge/fx_ge_font.cpp @@ -10,12 +10,6 @@ #define EM_ADJUST(em, a) (em == 0 ? (a) : (a)*1000 / em) -#ifdef PDF_ENABLE_XFA -extern void _FPDFAPI_GetInternalFontData(int id1, - const uint8_t*& data, - FX_DWORD& size); -#endif // PDF_ENABLE_XFA - namespace { #ifdef PDF_ENABLE_XFA |