| Index: xfa/fwl/core/ifwl_pushbutton.h
|
| diff --git a/xfa/fwl/core/ifwl_pushbutton.h b/xfa/fwl/core/ifwl_pushbutton.h
|
| index a3fa8da1a8cf5a2c14626212886f1f2647763ef8..c2c337df55e142dd0a80ce0c5b9358305c954b74 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);
|
|
|