summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffdocview.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-23 16:46:44 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-23 16:46:44 +0000
commitee896918c970128787549051bb2942b61be2d70c (patch)
tree15ebebd3bf413a496e08d653266ddf8ac723c7ec /xfa/fxfa/cxfa_ffdocview.h
parent8632d41263962bffdaff5f5e91fd7c074846048f (diff)
downloadpdfium-ee896918c970128787549051bb2942b61be2d70c.tar.xz
Remove unused CXFA_FFDocView::ProcessWidgetEvent
Not called, removed. Change-Id: I2921407ed1b0e13763fcd150a092f4c2b45eb440 Reviewed-on: https://pdfium-review.googlesource.com/23531 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_ffdocview.h')
-rw-r--r--xfa/fxfa/cxfa_ffdocview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/cxfa_ffdocview.h b/xfa/fxfa/cxfa_ffdocview.h
index e943f446ec..72563dd2f4 100644
--- a/xfa/fxfa/cxfa_ffdocview.h
+++ b/xfa/fxfa/cxfa_ffdocview.h
@@ -56,8 +56,6 @@ class CXFA_FFDocView {
CXFA_FFPageView* GetPageView(int32_t nIndex) const;
void ResetNode(CXFA_Node* pNode);
- int32_t ProcessWidgetEvent(CXFA_EventParam* pParam,
- CXFA_WidgetAcc* pWidgetAcc);
CXFA_FFWidgetHandler* GetWidgetHandler();
std::unique_ptr<CXFA_ReadyNodeIterator> CreateReadyNodeIterator();
CXFA_FFWidget* GetFocusWidget() const { return m_pFocusWidget.Get(); }