summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_code39.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-04-16 01:30:59 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-04-17 21:40:45 +0000
commit080dfd89269a95713d31d66829016d4885afe76b (patch)
tree7858d204a9e166f3a51be9bef5e1104514d54ac2 /fxbarcode/cbc_code39.h
parent8f0bf890b4b15148a149bf9bbeead4eed6675e8a (diff)
downloadpdfium-080dfd89269a95713d31d66829016d4885afe76b.tar.xz
Remove dead barcode bitmap rendering code.
Change-Id: Idb5ef2aed456e84e0781c374b211560ab7d4fa3d Reviewed-on: https://pdfium-review.googlesource.com/4257 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/cbc_code39.h')
-rw-r--r--fxbarcode/cbc_code39.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fxbarcode/cbc_code39.h b/fxbarcode/cbc_code39.h
index a83a7b77e6..f1e6acc848 100644
--- a/fxbarcode/cbc_code39.h
+++ b/fxbarcode/cbc_code39.h
@@ -25,8 +25,6 @@ class CBC_Code39 : public CBC_OneCode {
bool RenderDevice(CFX_RenderDevice* device,
const CFX_Matrix* matrix,
int32_t& e) override;
- bool RenderBitmap(CFX_RetainPtr<CFX_DIBitmap>& pOutBitmap,
- int32_t& e) override;
BC_TYPE GetType() override;
bool SetTextLocation(BC_TEXT_LOC location);