summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-01-24 20:38:28 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-01-24 21:18:27 +0100
commit93e6af6491f3083867b66d697def196e45b82aa3 (patch)
tree6cd6864d7fc24c6647c4b1d0914681ef57e11cb5 /src/widget/wpushbutton.h
parent199a7d15f2142d1f9b6e42b47fffe0cb0ad10aa6 (diff)
Use <?ClickIsPushButton> parameter to calculate the effective m_?ButtonMode
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index 69c0ab0f77..1c1bedd9f5 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -71,9 +71,6 @@ class WPushButton : public WWidget {
// the button pixmaps contains alpha channel values.
void setPixmapBackground(const QString &filename);
- bool m_bLeftClickForcePush;
- bool m_bRightClickForcePush;
-
// True, if the button is currently pressed
bool m_bPressed;