| Index: xfa/fwl/core/cfwl_barcode.cpp
|
| diff --git a/xfa/fwl/core/cfwl_barcode.cpp b/xfa/fwl/core/cfwl_barcode.cpp
|
| index ef3ae4036d3789241d61def3c99e61122f7e31d3..00bf82957a5a92125629f80a60c6b3c06a606b77 100644
|
| --- a/xfa/fwl/core/cfwl_barcode.cpp
|
| +++ b/xfa/fwl/core/cfwl_barcode.cpp
|
| @@ -102,9 +102,6 @@ bool CFWL_Barcode::IsProtectedType() {
|
| return GetWidget() ? ToBarcode(GetWidget())->IsProtectedType() : false;
|
| }
|
|
|
| -void CFWL_Barcode::GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) {
|
| -}
|
| -
|
| BC_CHAR_ENCODING CFWL_Barcode::GetCharEncoding() const {
|
| return m_eCharEncoding;
|
| }
|
|
|