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 /pdfium.gyp | |
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 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 1d2fa0d6e7..02a6f1eacb 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -796,8 +796,6 @@ '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', |