diff options
Diffstat (limited to 'fpdfsdk/pwl/cpwl_wnd.h')
-rw-r--r-- | fpdfsdk/pwl/cpwl_wnd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/pwl/cpwl_wnd.h b/fpdfsdk/pwl/cpwl_wnd.h index 8d962a7971..1ed239ed85 100644 --- a/fpdfsdk/pwl/cpwl_wnd.h +++ b/fpdfsdk/pwl/cpwl_wnd.h @@ -149,8 +149,6 @@ class CPWL_Wnd : public CPWL_TimerHandler, public Observable<CPWL_Wnd> { CPWL_Wnd(); ~CPWL_Wnd() override; - virtual ByteString GetClassName() const; - // Returns |true| iff this instance is still allocated. virtual bool InvalidateRect(CFX_FloatRect* pRect); |