diff options
Diffstat (limited to 'fpdfsdk/pwl/cpwl_list_box.cpp')
-rw-r--r-- | fpdfsdk/pwl/cpwl_list_box.cpp | 4 |
1 files changed, 0 insertions, 4 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; |