diff options
Diffstat (limited to 'xfa/fwl/basewidget/fxmath_barcodeimp.h')
-rw-r--r-- | xfa/fwl/basewidget/fxmath_barcodeimp.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |