diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-10-21 15:47:26 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-10-21 15:47:26 -0400 |
commit | 63dfaab17af7121653749bc86d11fc77b5353dca (patch) | |
tree | c914c3865218ceaebbd0b30bf9e599c5984ca5d0 /pdfium.gyp | |
parent | 710c909117da4297e5a9508bedb306fc5c49eb36 (diff) | |
download | pdfium-63dfaab17af7121653749bc86d11fc77b5353dca.tar.xz |
Merge to XFA: Remove FFL_Utils as it is unused.
None of the methods in this file are used and it is not included anywhere. Removing.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1417783004 .
(cherry picked from commit 704da531215c4f81279eb763192de398f7d03748)
Review URL: https://codereview.chromium.org/1413943004 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index ea7e59bdbe..edb9424505 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -740,7 +740,6 @@ 'fpdfsdk/include/formfiller/FFL_PushButton.h', 'fpdfsdk/include/formfiller/FFL_RadioButton.h', 'fpdfsdk/include/formfiller/FFL_TextField.h', - 'fpdfsdk/include/formfiller/FFL_Utils.h', 'fpdfsdk/include/formfiller/FormFiller.h', 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', @@ -751,7 +750,6 @@ 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 'fpdfsdk/src/formfiller/FFL_TextField.cpp', - 'fpdfsdk/src/formfiller/FFL_Utils.cpp', ], }, { |