diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-16 14:59:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-16 14:59:56 -0700 |
commit | d931476503bc3ed2f0f6dda1ca2c18ef03bb1511 (patch) | |
tree | 60841dbd33ec9b876361ebb3cece9558d689cbd5 /pdfium.gyp | |
parent | 5944f5f3b57c7b2a723484186c9f66b7adafda42 (diff) | |
download | pdfium-d931476503bc3ed2f0f6dda1ca2c18ef03bb1511.tar.xz |
Remove unused code.
This cl removes code that exists but is never called. This includes:
* cfwl_formtp
* cfwl_widgetdelegate
* cfwl_scrollbar
* cfwl_theme
* cfwl_tooltip
* PWL_Label
* PWL_ListCtrl
* PWL_Signature
* PWL_IconList
* BC_ResultPoint
* BC_CommonPerspectiveTransform
* BC_CommonBitSource
* BC_PDF417Codeword
* fx_codec_flate.h (the .cpp file still exists)
Review-Url: https://codereview.chromium.org/2071953002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 153864aee2..d6da141323 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -509,7 +509,6 @@ 'sources': [ 'core/fxcodec/include/fx_codec.h', 'core/fxcodec/include/fx_codec_def.h', - 'core/fxcodec/include/fx_codec_flate.h', 'core/fxcodec/codec/ccodec_basicmodule.h', 'core/fxcodec/codec/ccodec_faxmodule.h', 'core/fxcodec/codec/ccodec_flatemodule.h', @@ -789,18 +788,10 @@ 'fpdfsdk/pdfwindow/PWL_FontMap.h', 'fpdfsdk/pdfwindow/PWL_Icon.cpp', 'fpdfsdk/pdfwindow/PWL_Icon.h', - 'fpdfsdk/pdfwindow/PWL_IconList.cpp', - 'fpdfsdk/pdfwindow/PWL_IconList.h', - 'fpdfsdk/pdfwindow/PWL_Label.cpp', - 'fpdfsdk/pdfwindow/PWL_Label.h', 'fpdfsdk/pdfwindow/PWL_ListBox.cpp', 'fpdfsdk/pdfwindow/PWL_ListBox.h', - 'fpdfsdk/pdfwindow/PWL_ListCtrl.cpp', - 'fpdfsdk/pdfwindow/PWL_ListCtrl.h', 'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp', 'fpdfsdk/pdfwindow/PWL_ScrollBar.h', - 'fpdfsdk/pdfwindow/PWL_Signature.cpp', - 'fpdfsdk/pdfwindow/PWL_Signature.h', 'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp', 'fpdfsdk/pdfwindow/PWL_SpecialButton.h', 'fpdfsdk/pdfwindow/PWL_Utils.cpp', |