summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-19 17:10:15 -0700
committerLei Zhang <thestig@chromium.org>2015-10-19 17:10:15 -0700
commit8b8dfd7934d669b2c74a0502f82387e5df0f573b (patch)
tree8acd0842faeed065ef12e1a528293c87222e82d4 /BUILD.gn
parent0f2736742f5f9841447a4bd505dcadda22e2f574 (diff)
downloadpdfium-8b8dfd7934d669b2c74a0502f82387e5df0f573b.tar.xz
Remove unused CFFL_Notify.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1411963002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ea53caed64..f355ae4fd8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -731,7 +731,6 @@ static_library("formfiller") {
"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",
@@ -743,7 +742,6 @@ static_library("formfiller") {
"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",