| Index: core/src/fpdfdoc/doc_ap.cpp
|
| diff --git a/core/src/fpdfdoc/doc_ap.cpp b/core/src/fpdfdoc/doc_ap.cpp
|
| index 6a8ab374d21e7150339d2f4258977eef8b25c6d6..8520fdbe4f581afb845fc4c99d13ae5bc7438474 100644
|
| --- a/core/src/fpdfdoc/doc_ap.cpp
|
| +++ b/core/src/fpdfdoc/doc_ap.cpp
|
| @@ -306,7 +306,6 @@ static FX_BOOL GenerateWidgetAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict
|
| if (!pDefFont) {
|
| return FALSE;
|
| }
|
| - CFX_CharMap* pCharMap = pDefFont->GetCharMap();
|
| CPDF_Rect rcAnnot = pAnnotDict->GetRect("Rect");
|
| FX_INT32 nRotate = 0;
|
| if (CPDF_Dictionary * pMKDict = pAnnotDict->GetDict("MK")) {
|
|
|