From 11bb17875604a51f442f8c906555c146a5571d2d Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 22 May 2018 13:58:58 +0000 Subject: Remove useless CPWL_ListBox::KillFocus(). This override method just calls its parent class's method. Change-Id: I4b22f55267a651a0eef0bf4e77d1231a7721fd6c Reviewed-on: https://pdfium-review.googlesource.com/32747 Commit-Queue: dsinclair Reviewed-by: dsinclair --- fpdfsdk/pwl/cpwl_list_box.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fpdfsdk/pwl/cpwl_list_box.h') 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; -- cgit v1.2.3