From d931476503bc3ed2f0f6dda1ca2c18ef03bb1511 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 16 Jun 2016 14:59:56 -0700 Subject: 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 --- pdfium.gyp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pdfium.gyp') 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', -- cgit v1.2.3