diff options
author | tsepez <tsepez@chromium.org> | 2016-05-20 16:53:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-20 16:53:07 -0700 |
commit | f0a128283aeaeb75ee2f62d0f25ba42ac5b07073 (patch) | |
tree | 6f5e89afb22b89211b0eb9e2035190e09f5b13d9 /xfa/fwl/basewidget/fxmath_barcodeimp.h | |
parent | 76852be59cbfdb22901b37bb8579d19c07af7037 (diff) | |
download | pdfium-f0a128283aeaeb75ee2f62d0f25ba42ac5b07073.tar.xz |
Remove Release() from CFX_Barcode
Review-Url: https://codereview.chromium.org/2000883002
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, |