From f0a128283aeaeb75ee2f62d0f25ba42ac5b07073 Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 20 May 2016 16:53:07 -0700 Subject: Remove Release() from CFX_Barcode Review-Url: https://codereview.chromium.org/2000883002 --- xfa/fwl/basewidget/fxmath_barcodeimp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/basewidget/fxmath_barcodeimp.h') diff --git a/xfa/fwl/basewidget/fxmath_barcodeimp.h b/xfa/fwl/basewidget/fxmath_barcodeimp.h index eca41d05a6..3a2c4b5434 100644 --- a/xfa/fwl/basewidget/fxmath_barcodeimp.h +++ b/xfa/fwl/basewidget/fxmath_barcodeimp.h @@ -24,7 +24,6 @@ class CFX_Barcode { ~CFX_Barcode(); FX_BOOL Create(BC_TYPE type); - void Release(); BC_TYPE GetType(); FX_BOOL Encode(const CFX_WideStringC& contents, FX_BOOL isDevice, int32_t& e); FX_BOOL RenderDevice(CFX_RenderDevice* device, -- cgit v1.2.3