From d8ac668fad0211b5d8055866f835d38315d5dabb Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 4 Oct 2018 19:29:30 +0000 Subject: Remove CPWL_Wnd::GetClassName() and overrides. It's only used in two tests, and there it is not essential, so save some strings and vtable space. Change-Id: If8c68e5e2580dbe588bccb942f9008efb66fe490 Reviewed-on: https://pdfium-review.googlesource.com/c/43472 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- fpdfsdk/pwl/cpwl_combo_box.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fpdfsdk/pwl/cpwl_combo_box.cpp') diff --git a/fpdfsdk/pwl/cpwl_combo_box.cpp b/fpdfsdk/pwl/cpwl_combo_box.cpp index a69dd7418f..341bd93e41 100644 --- a/fpdfsdk/pwl/cpwl_combo_box.cpp +++ b/fpdfsdk/pwl/cpwl_combo_box.cpp @@ -151,10 +151,6 @@ CPWL_ComboBox::CPWL_ComboBox() {} CPWL_ComboBox::~CPWL_ComboBox() {} -ByteString CPWL_ComboBox::GetClassName() const { - return "CPWL_ComboBox"; -} - void CPWL_ComboBox::OnCreate(CreateParams* pParamsToAdjust) { pParamsToAdjust->dwFlags &= ~PWS_HSCROLL; pParamsToAdjust->dwFlags &= ~PWS_VSCROLL; -- cgit v1.2.3