| Index: fpdfsdk/javascript/Field.h
|
| diff --git a/fpdfsdk/javascript/Field.h b/fpdfsdk/javascript/Field.h
|
| index 2972909149873c7f829da3f12b2eda45b6a9daf6..5697865b7c0c7f2b086dd1dfa39e72470122b759 100644
|
| --- a/fpdfsdk/javascript/Field.h
|
| +++ b/fpdfsdk/javascript/Field.h
|
| @@ -374,13 +374,6 @@ class Field : public CJS_EmbedObj {
|
| const CFX_WideString& swFieldName,
|
| int nControlIndex,
|
| const CFX_FloatRect& rect);
|
| - static void SetRichText(CPDFSDK_Document* pDocument,
|
| - const CFX_WideString& swFieldName,
|
| - int nControlIndex,
|
| - bool b);
|
| - static void SetRichValue(CPDFSDK_Document* pDocument,
|
| - const CFX_WideString& swFieldName,
|
| - int nControlIndex);
|
| static void SetRotation(CPDFSDK_Document* pDocument,
|
| const CFX_WideString& swFieldName,
|
| int nControlIndex,
|
|
|