diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-10-21 14:16:29 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-10-21 14:16:29 -0400 |
commit | 704da531215c4f81279eb763192de398f7d03748 (patch) | |
tree | 57221c3a3a5222e878a54c68a0264fe72c062d92 /pdfium.gyp | |
parent | 1c77edb7b34e03787605b7965784cea38ef9f1d7 (diff) | |
download | pdfium-704da531215c4f81279eb763192de398f7d03748.tar.xz |
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 .
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 27852290e7..2aba2a7156 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -698,7 +698,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', @@ -709,7 +708,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', ], }, { |