diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-19 17:10:15 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-19 17:10:15 -0700 |
commit | 8b8dfd7934d669b2c74a0502f82387e5df0f573b (patch) | |
tree | 8acd0842faeed065ef12e1a528293c87222e82d4 /pdfium.gyp | |
parent | 0f2736742f5f9841447a4bd505dcadda22e2f574 (diff) | |
download | pdfium-8b8dfd7934d669b2c74a0502f82387e5df0f573b.tar.xz |
Remove unused CFFL_Notify.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1411963002 .
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 2c1117277d..27852290e7 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -695,7 +695,6 @@ 'fpdfsdk/include/formfiller/FFL_FormFiller.h', 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', 'fpdfsdk/include/formfiller/FFL_ListBox.h', - 'fpdfsdk/include/formfiller/FFL_Notify.h', 'fpdfsdk/include/formfiller/FFL_PushButton.h', 'fpdfsdk/include/formfiller/FFL_RadioButton.h', 'fpdfsdk/include/formfiller/FFL_TextField.h', @@ -707,7 +706,6 @@ 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', - 'fpdfsdk/src/formfiller/FFL_Notify.cpp', 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |