summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_baannot.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-06-02 12:48:22 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-06-02 20:14:51 +0000
commit3db875920a253a8541642a2aa913f474b125d67f (patch)
treeed3ad0fe9b2c2d71525e1b6b86c50d1f9aae3727 /fpdfsdk/cpdfsdk_baannot.h
parent4f34c64914be17966f2d91591921dec635582061 (diff)
downloadpdfium-3db875920a253a8541642a2aa913f474b125d67f.tar.xz
Remove dead CPDFSDK_Annot code.chromium/3119
Change-Id: Ied77912f0f657ebc8e36469365de230e552e4956 Reviewed-on: https://pdfium-review.googlesource.com/6233 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannot.h')
-rw-r--r--fpdfsdk/cpdfsdk_baannot.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fpdfsdk/cpdfsdk_baannot.h b/fpdfsdk/cpdfsdk_baannot.h
index 4bf8f73823..6c9ae06ed4 100644
--- a/fpdfsdk/cpdfsdk_baannot.h
+++ b/fpdfsdk/cpdfsdk_baannot.h
@@ -32,9 +32,6 @@ class CPDFSDK_BAAnnot : public CPDFSDK_Annot {
void SetRect(const CFX_FloatRect& rect) override;
CFX_FloatRect GetRect() const override;
CPDF_Annot* GetPDFAnnot() const override;
- void Annot_OnDraw(CFX_RenderDevice* pDevice,
- CFX_Matrix* pUser2Device,
- CPDF_RenderOptions* pOptions) override;
CPDF_Dictionary* GetAnnotDict() const;
CPDF_Annot* GetPDFPopupAnnot() const;