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 /xfa.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 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -218,16 +218,8 @@ "xfa/fwl/lightwidget/cfwl_picturebox.h", "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", "xfa/fwl/lightwidget/cfwl_pushbutton.h", - "xfa/fwl/lightwidget/cfwl_scrollbar.cpp", - "xfa/fwl/lightwidget/cfwl_scrollbar.h", - "xfa/fwl/lightwidget/cfwl_theme.cpp", - "xfa/fwl/lightwidget/cfwl_theme.h", - "xfa/fwl/lightwidget/cfwl_tooltip.cpp", - "xfa/fwl/lightwidget/cfwl_tooltip.h", "xfa/fwl/lightwidget/cfwl_widget.cpp", "xfa/fwl/lightwidget/cfwl_widget.h", - "xfa/fwl/lightwidget/cfwl_widgetdelegate.cpp", - "xfa/fwl/lightwidget/cfwl_widgetdelegate.h", "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", "xfa/fwl/lightwidget/cfwl_widgetproperties.h", "xfa/fwl/theme/cfwl_barcodetp.cpp", @@ -242,8 +234,6 @@ "xfa/fwl/theme/cfwl_datetimepickertp.h", "xfa/fwl/theme/cfwl_edittp.cpp", "xfa/fwl/theme/cfwl_edittp.h", - "xfa/fwl/theme/cfwl_formtp.cpp", - "xfa/fwl/theme/cfwl_formtp.h", "xfa/fwl/theme/cfwl_listboxtp.cpp", "xfa/fwl/theme/cfwl_listboxtp.h", "xfa/fwl/theme/cfwl_monthcalendartp.cpp", @@ -260,8 +250,6 @@ "xfa/fxbarcode/BC_Dimension.cpp", "xfa/fxbarcode/BC_Dimension.h", "xfa/fxbarcode/BC_Library.cpp", - "xfa/fxbarcode/BC_ResultPoint.cpp", - "xfa/fxbarcode/BC_ResultPoint.h", "xfa/fxbarcode/BC_TwoDimWriter.cpp", "xfa/fxbarcode/BC_TwoDimWriter.h", "xfa/fxbarcode/BC_UtilCodingConvert.cpp", @@ -295,14 +283,10 @@ "xfa/fxbarcode/common/BC_CommonBitArray.h", "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", "xfa/fxbarcode/common/BC_CommonBitMatrix.h", - "xfa/fxbarcode/common/BC_CommonBitSource.cpp", - "xfa/fxbarcode/common/BC_CommonBitSource.h", "xfa/fxbarcode/common/BC_CommonByteArray.cpp", "xfa/fxbarcode/common/BC_CommonByteArray.h", "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", "xfa/fxbarcode/common/BC_CommonByteMatrix.h", - "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", - "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h", "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", @@ -360,8 +344,6 @@ "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", - "xfa/fxbarcode/pdf417/BC_PDF417Codeword.cpp", - "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h", "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp", "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h", "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", |