From 5570d23890cc7bae4903a29fbcf8ac543ba1a2c7 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 5 Nov 2015 08:46:13 -0800 Subject: Fix XFA compilation warnings, part 2 Mostly unused variables, unused private members, or initialization order. Added a few missing initializers for pointer members along the way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1414903004 . --- xfa/include/fxbarcode/BC_BarCode.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa/include') diff --git a/xfa/include/fxbarcode/BC_BarCode.h b/xfa/include/fxbarcode/BC_BarCode.h index 96625af0af..17d9be5cc5 100644 --- a/xfa/include/fxbarcode/BC_BarCode.h +++ b/xfa/include/fxbarcode/BC_BarCode.h @@ -132,9 +132,6 @@ class CBC_Codabar : public CBC_OneCode { CFX_WideString m_renderContents; }; class CBC_Code128 : public CBC_OneCode { - private: - BC_TYPE m_type; - public: CBC_Code128(BC_TYPE type); virtual ~CBC_Code128(); -- cgit v1.2.3