diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-19 17:30:24 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-19 17:30:24 -0700 |
commit | dd11f8615fc20e638fbb6f6281c4564ed8927af3 (patch) | |
tree | 5da13122bed0ad018979a2b2e34e193578f921bd /fpdfsdk/src/formfiller/FFL_FormFiller.cpp | |
parent | 3884dba163ecfa7b251b1124c4fd9f1c43e578ae (diff) | |
download | pdfium-dd11f8615fc20e638fbb6f6281c4564ed8927af3.tar.xz |
Merge to XFA: Remove unused CFFL_Notify.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1411963002 .
(cherry picked from commit 8b8dfd7934d669b2c74a0502f82387e5df0f573b)
Review URL: https://codereview.chromium.org/1415513004 .
Diffstat (limited to 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp')
-rw-r--r-- | fpdfsdk/src/formfiller/FFL_FormFiller.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/src/formfiller/FFL_FormFiller.cpp b/fpdfsdk/src/formfiller/FFL_FormFiller.cpp index b6224294df..add110378a 100644 --- a/fpdfsdk/src/formfiller/FFL_FormFiller.cpp +++ b/fpdfsdk/src/formfiller/FFL_FormFiller.cpp @@ -5,7 +5,6 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/formfiller/FFL_FormFiller.h" -#include "../../include/formfiller/FFL_Notify.h" #include "../../include/formfiller/FFL_CBA_Fontmap.h" #define GetRed(rgb) ((uint8_t)(rgb)) |