diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-13 10:55:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-13 10:55:49 -0700 |
commit | a2919b31197737d35e4e1df53b02f7ee7cb4cf5e (patch) | |
tree | 18cf18a9081ba48d35e218279d017a6be688f029 /fpdfsdk/javascript/Field.h | |
parent | 38506d3334fe114fb386ea9b719d432ff1760e42 (diff) | |
download | pdfium-a2919b31197737d35e4e1df53b02f7ee7cb4cf5e.tar.xz |
Remove RichText support from fpdfsdk/fxedit.
This CL removes the support code for RichText from fxedit as it is currently unused.
Review-Url: https://codereview.chromium.org/2146503002
Diffstat (limited to 'fpdfsdk/javascript/Field.h')
-rw-r--r-- | fpdfsdk/javascript/Field.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fpdfsdk/javascript/Field.h b/fpdfsdk/javascript/Field.h index 2972909149..5697865b7c 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, |