summaryrefslogtreecommitdiffstats
path: root/src/controlpushbutton.h
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2015-05-06 17:46:51 -0400
committerOwen Williams <owilliams@mixxx.org>2015-05-06 17:46:51 -0400
commit979729da110ec583da23e0346e013d785d5fe7d7 (patch)
tree8e8fbd19b4f350c82a200c6c972e758d76c5d475 /src/controlpushbutton.h
parent4b854cabe0afce1a2f334f069dc1c80bd275c80a (diff)
Revert "Allow to set a value when initalize new COs"
This reverts commit ecbcf3f7968013159afd2efd68e4001cf1a74b90. Conflicts: src/control/control.cpp src/control/control.h src/controlobject.cpp src/controlobject.h src/controlpushbutton.cpp src/controlpushbutton.h src/skin/legacyskinparser.cpp
Diffstat (limited to 'src/controlpushbutton.h')
-rw-r--r--src/controlpushbutton.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controlpushbutton.h b/src/controlpushbutton.h
index 417c14f885..ecfe841221 100644
--- a/src/controlpushbutton.h
+++ b/src/controlpushbutton.h
@@ -53,8 +53,7 @@ class ControlPushButton : public ControlObject {
}
}
- ControlPushButton(ConfigKey key, double defaultValue = 0.0,
- bool bPersist = false);
+ ControlPushButton(ConfigKey key, bool bPersist=false);
virtual ~ControlPushButton();
inline ButtonMode getButtonMode() const {