diff options
author | tsepez <tsepez@chromium.org> | 2016-09-13 06:21:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-13 06:21:53 -0700 |
commit | f786c267e290c259b38afe900b8abd23812a575b (patch) | |
tree | fd251e4c6a5ad207c65a9bc432f365dbf0334983 /BUILD.gn | |
parent | 9de00fdc4d4e4dba9e754b337a05809482e4fea2 (diff) | |
download | pdfium-f786c267e290c259b38afe900b8abd23812a575b.tar.xz |
Make ipdf_formnotify a pure virtual interface
Removes some unused code for the default implementation,
Review-Url: https://codereview.chromium.org/2332983002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -312,7 +312,6 @@ static_library("fpdfdoc") { "core/fpdfdoc/include/fpdf_tagged.h", "core/fpdfdoc/include/ipdf_formnotify.h", "core/fpdfdoc/include/ipvt_fontmap.h", - "core/fpdfdoc/ipdf_formnotify.cpp", "core/fpdfdoc/tagged_int.h", ] configs += [ ":pdfium_core_config" ] |