diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-07 12:39:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-07 12:39:44 -0700 |
commit | 8da140e8747920057a2f2bbcf5c78e40bb198733 (patch) | |
tree | e6500e1812669c52fb55abe818703f30183ba844 /BUILD.gn | |
parent | 1596f0ae0a289da6f16ede1dd7e3fbcc55ef8b41 (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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", |