summaryrefslogtreecommitdiff
path: root/xfa/fwl/basewidget/fxmath_barcodeimp.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-05-20 16:53:07 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-20 16:53:07 -0700
commitf0a128283aeaeb75ee2f62d0f25ba42ac5b07073 (patch)
tree6f5e89afb22b89211b0eb9e2035190e09f5b13d9 /xfa/fwl/basewidget/fxmath_barcodeimp.h
parent76852be59cbfdb22901b37bb8579d19c07af7037 (diff)
downloadpdfium-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.h1
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,