| Index: fpdfsdk/src/javascript/Document.h
|
| diff --git a/fpdfsdk/src/javascript/Document.h b/fpdfsdk/src/javascript/Document.h
|
| index 149102d0d16870faeb4dbe4f834eaad8162c3893..4e6fdee21892071ca33dc5958221fee277b9d50d 100644
|
| --- a/fpdfsdk/src/javascript/Document.h
|
| +++ b/fpdfsdk/src/javascript/Document.h
|
| @@ -52,7 +52,6 @@ class IconTree {
|
|
|
| public:
|
| void InsertIconElement(IconElement* pNewIcon);
|
| - void DeleteIconElement(CFX_WideString swIconName);
|
| void DeleteIconTree();
|
| int GetLength();
|
| IconElement* operator[](int iIndex);
|
|
|