diff options
Diffstat (limited to 'xfa/fwl/cfwl_pushbutton.h')
-rw-r--r-- | xfa/fwl/cfwl_pushbutton.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/cfwl_pushbutton.h b/xfa/fwl/cfwl_pushbutton.h index 196c53763f..84019ba181 100644 --- a/xfa/fwl/cfwl_pushbutton.h +++ b/xfa/fwl/cfwl_pushbutton.h @@ -49,8 +49,6 @@ class CFWL_PushButton : public CFWL_Widget { CFX_RectF m_rtClient; CFX_RectF m_rtCaption; bool m_bBtnDown; - uint32_t m_dwTTOStyles; - int32_t m_iTTOAlign; }; #endif // XFA_FWL_CFWL_PUSHBUTTON_H_ |