diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_pushbutton.h')
-rw-r--r-- | xfa/fwl/core/cfwl_pushbutton.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_pushbutton.h b/xfa/fwl/core/cfwl_pushbutton.h index 68f2278258..e5bd295a8c 100644 --- a/xfa/fwl/core/cfwl_pushbutton.h +++ b/xfa/fwl/core/cfwl_pushbutton.h @@ -39,7 +39,6 @@ class CFWL_PushButton : public CFWL_Widget { // CFWL_Widget FWL_Type GetClassID() const override; - void GetWidgetRect(CFX_RectF& rect, bool bAutoSize) override; void SetStates(uint32_t dwStates) override; void Update() override; void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix) override; |