diff options
author | tsepez <tsepez@chromium.org> | 2017-01-10 06:03:26 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-10 06:03:26 -0800 |
commit | 3128d1c45d8bc313abb8aae151f86bbe62c52e56 (patch) | |
tree | dffc158fa0e9a4c17801b82063e9ba203daf979e /xfa/fgas/font/cfgas_fontmgr.h | |
parent | 5e9066cbfa252b84d49f8b4adba445ba7761e81f (diff) | |
download | pdfium-3128d1c45d8bc313abb8aae151f86bbe62c52e56.tar.xz |
Remove more _LP* typedefs.
Code is much clearer when we use the actual types
rather than this convention.
Review-Url: https://codereview.chromium.org/2618993002
Diffstat (limited to 'xfa/fgas/font/cfgas_fontmgr.h')
-rw-r--r-- | xfa/fgas/font/cfgas_fontmgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/font/cfgas_fontmgr.h b/xfa/fgas/font/cfgas_fontmgr.h index 303d73404b..5e03af031f 100644 --- a/xfa/fgas/font/cfgas_fontmgr.h +++ b/xfa/fgas/font/cfgas_fontmgr.h @@ -52,8 +52,6 @@ struct FX_FONTMATCHPARAMS { uint16_t wCodePage; }; -typedef FX_FONTMATCHPARAMS* FX_LPFONTMATCHPARAMS; - struct FX_FONTSIGNATURE { uint32_t fsUsb[4]; uint32_t fsCsb[2]; |