summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index aa54320ef9..e2cef17bfa 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -76,8 +76,6 @@ class WPushButton : public WWidget
ControlPushButton::ButtonMode m_leftButtonMode;
ControlPushButton::ButtonMode m_rightButtonMode;
QTimer m_clickTimer;
- // to distinguish if the Button is painted by the indicator or the main value
- bool m_indicatorConnected;
};
#endif