diff options
author | jaepark <jaepark@google.com> | 2016-09-02 12:28:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-02 12:28:43 -0700 |
commit | d54c9d8df1511f6abac291ec2ec660cef372d9d3 (patch) | |
tree | a7cfb397a91a9df8bcb47885c4d7ffa5d5b4c9e5 /fpdfsdk/cpdfsdk_baannothandler.cpp | |
parent | 7e4e63b04f87c690b017c43ebbb3218eb30c459a (diff) | |
download | pdfium-d54c9d8df1511f6abac291ec2ec660cef372d9d3.tar.xz |
Remove unused IPDFSDK_AnnotHandler::OnDrawSleep.
Review-Url: https://codereview.chromium.org/2304613004
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannothandler.cpp')
-rw-r--r-- | fpdfsdk/cpdfsdk_baannothandler.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fpdfsdk/cpdfsdk_baannothandler.cpp b/fpdfsdk/cpdfsdk_baannothandler.cpp index 2ce69f97ce..10071045ff 100644 --- a/fpdfsdk/cpdfsdk_baannothandler.cpp +++ b/fpdfsdk/cpdfsdk_baannothandler.cpp @@ -71,13 +71,6 @@ void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, pDevice, pUser2Device, CPDF_Annot::Normal, nullptr); } -void CPDFSDK_BAAnnotHandler::OnDrawSleep(CPDFSDK_PageView* pPageView, - CPDFSDK_Annot* pAnnot, - CFX_RenderDevice* pDevice, - CFX_Matrix* pUser2Device, - const CFX_FloatRect& rcWindow, - uint32_t dwFlags) {} - void CPDFSDK_BAAnnotHandler::OnDelete(CPDFSDK_Annot* pAnnot) {} void CPDFSDK_BAAnnotHandler::OnRelease(CPDFSDK_Annot* pAnnot) {} |