diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_pushbutton.h')
-rw-r--r-- | xfa/fwl/core/ifwl_pushbutton.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_pushbutton.h b/xfa/fwl/core/ifwl_pushbutton.h index a3fa8da1a8..c2c337df55 100644 --- a/xfa/fwl/core/ifwl_pushbutton.h +++ b/xfa/fwl/core/ifwl_pushbutton.h @@ -53,9 +53,6 @@ class IFWL_PushButton : public IFWL_Widget { void DrawBkground(CFX_Graphics* pGraphics, IFWL_ThemeProvider* pTheme, const CFX_Matrix* pMatrix); - void DrawText(CFX_Graphics* pGraphics, - IFWL_ThemeProvider* pTheme, - const CFX_Matrix* pMatrix); uint32_t GetPartStates(); void UpdateTextOutStyles(); void OnFocusChanged(CFWL_Message* pMsg, bool bSet); |