diff options
author | dsinclair <dsinclair@chromium.org> | 2016-03-25 08:54:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-25 08:54:32 -0700 |
commit | d7682aad8fc488e3e99c3e0de4bd13155deb7ce4 (patch) | |
tree | addcdeb4955fe3af62897a992b1710567f8e58fd /core/fxge/ge | |
parent | a560806d77c8ada8bd2203eebfc1190d14922cdd (diff) | |
download | pdfium-d7682aad8fc488e3e99c3e0de4bd13155deb7ce4.tar.xz |
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
Diffstat (limited to 'core/fxge/ge')
-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 |