diff options
Diffstat (limited to 'fpdfsdk/pwl')
-rw-r--r-- | fpdfsdk/pwl/cpwl_list_box.cpp | 4 | ||||
-rw-r--r-- | fpdfsdk/pwl/cpwl_list_box.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/fpdfsdk/pwl/cpwl_list_box.cpp b/fpdfsdk/pwl/cpwl_list_box.cpp index 03b649834d..fdcd4bb635 100644 --- a/fpdfsdk/pwl/cpwl_list_box.cpp +++ b/fpdfsdk/pwl/cpwl_list_box.cpp @@ -246,10 +246,6 @@ void CPWL_ListBox::ScrollWindowVertically(float pos) { m_pList->SetScrollPos(CFX_PointF(0, pos)); } -void CPWL_ListBox::KillFocus() { - CPWL_Wnd::KillFocus(); -} - bool CPWL_ListBox::RePosChildWnd() { if (!CPWL_Wnd::RePosChildWnd()) return false; diff --git a/fpdfsdk/pwl/cpwl_list_box.h b/fpdfsdk/pwl/cpwl_list_box.h index b424afc51e..0371ba1b54 100644 --- a/fpdfsdk/pwl/cpwl_list_box.h +++ b/fpdfsdk/pwl/cpwl_list_box.h @@ -55,7 +55,6 @@ class CPWL_ListBox : public CPWL_Wnd { bool OnMouseWheel(short zDelta, const CFX_PointF& point, uint32_t nFlag) override; - void KillFocus() override; WideString GetText() override; void SetScrollInfo(const PWL_SCROLL_INFO& info) override; void SetScrollPosition(float pos) override; |