From d7682aad8fc488e3e99c3e0de4bd13155deb7ce4 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Fri, 25 Mar 2016 08:54:32 -0700 Subject: Cleanup some extern method declarations. This CL removes _FPDFAPI_GetInternalFontData which is not implemented, FWL_PostMessageToMainRoop which has no body and the PostMessage which was the only caller. FWL_ShowCaret is moved to the only place where it's used. BUG=pdfium:112 Review URL: https://codereview.chromium.org/1827343003 --- core/fxge/ge/fx_ge_font.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/fxge') 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 -- cgit v1.2.3