diff options
Diffstat (limited to 'fpdfsdk/fxedit/include/fx_edit.h')
-rw-r--r-- | fpdfsdk/fxedit/include/fx_edit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/fxedit/include/fx_edit.h b/fpdfsdk/fxedit/include/fx_edit.h index 4ae6ec2a6c..e460416e18 100644 --- a/fpdfsdk/fxedit/include/fx_edit.h +++ b/fpdfsdk/fxedit/include/fx_edit.h @@ -15,10 +15,6 @@ class IPVT_FontMap; (u == 0x2D || (u <= 0x005A && u >= 0x0041) || \ (u <= 0x007A && u >= 0x0061) || (u <= 0x02AF && u >= 0x00C0)) -#ifndef DEFAULT_CHARSET -#define DEFAULT_CHARSET 1 -#endif - CFX_ByteString GetPDFWordString(IPVT_FontMap* pFontMap, int32_t nFontIndex, uint16_t Word, |