summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-07 12:39:44 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-07 12:39:44 -0700
commit8da140e8747920057a2f2bbcf5c78e40bb198733 (patch)
treee6500e1812669c52fb55abe818703f30183ba844 /BUILD.gn
parent1596f0ae0a289da6f16ede1dd7e3fbcc55ef8b41 (diff)
downloadpdfium-8da140e8747920057a2f2bbcf5c78e40bb198733.tar.xz
Remove all PWL_Note classes
The PWL_Note clasess are never instantiated, remove them and their implementation. PWL_Note was the only caller to enable spellcheck so this allows us to remove IPWL_SpellCheck and the conditionals for PES_SPELLCHECK. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1869533003
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 62bbcdb7a8..380eee9fdd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -767,8 +767,6 @@ static_library("pdfwindow") {
"fpdfsdk/pdfwindow/PWL_ListBox.h",
"fpdfsdk/pdfwindow/PWL_ListCtrl.cpp",
"fpdfsdk/pdfwindow/PWL_ListCtrl.h",
- "fpdfsdk/pdfwindow/PWL_Note.cpp",
- "fpdfsdk/pdfwindow/PWL_Note.h",
"fpdfsdk/pdfwindow/PWL_ScrollBar.cpp",
"fpdfsdk/pdfwindow/PWL_ScrollBar.h",
"fpdfsdk/pdfwindow/PWL_Signature.cpp",