summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2013-12-08 20:01:13 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2013-12-08 20:30:19 +0100
commitae51a0e96ca9cec1ef0f508f1cc93274cb95e927 (patch)
treeb5ed71cc0e18ccc1966961352b375fa67cd5b43e /src/widget/wpushbutton.h
parentecd5b2085a11639b141064709b1494c0575f9999 (diff)
revert a remaining unrelated change
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