| Index: fpdfsdk/fxedit/include/fx_edit.h
|
| diff --git a/fpdfsdk/fxedit/include/fx_edit.h b/fpdfsdk/fxedit/include/fx_edit.h
|
| index 4ae6ec2a6c8e8cb69b49a962db8ea226dee8a81a..e460416e18c5b634623c2e4a0b2c05b71a50bea2 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,
|
|
|