| Index: fpdfsdk/fxedit/fxet_pageobjs.cpp | 
| diff --git a/fpdfsdk/fxedit/fxet_pageobjs.cpp b/fpdfsdk/fxedit/fxet_pageobjs.cpp | 
| index b28cf84efd2856c4ff72503d21b74672d6e86334..b862e7396dbed4fa95a31722954482a8908b23b6 100644 | 
| --- a/fpdfsdk/fxedit/fxet_pageobjs.cpp | 
| +++ b/fpdfsdk/fxedit/fxet_pageobjs.cpp | 
| @@ -17,9 +17,6 @@ | 
| #include "fpdfsdk/fxedit/include/fx_edit.h" | 
| #include "fpdfsdk/fxedit/include/fxet_edit.h" | 
|  | 
| -#define FX_EDIT_UNDERLINEHALFWIDTH 0.5f | 
| -#define FX_EDIT_CROSSOUTHALFWIDTH 0.5f | 
| - | 
| CFX_FloatRect GetUnderLineRect(const CPVT_Word& word) { | 
| return CFX_FloatRect(word.ptWord.x, word.ptWord.y + word.fDescent * 0.5f, | 
| word.ptWord.x + word.fWidth, | 
|  |