summaryrefslogtreecommitdiffstats
path: root/src/engine/keycontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-12-29 12:15:33 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-12-29 12:15:33 +0100
commite8e93433f55828f2b085ac505ef867d1717bdb39 (patch)
tree85eedb3452487e94aa232aaa6f48f766a4af2b29 /src/engine/keycontrol.h
parentd4295ac2c85f0e19d0996444f3efd6c169039ed6 (diff)
Remove m_speedSliderPitchRatio
Diffstat (limited to 'src/engine/keycontrol.h')
-rw-r--r--src/engine/keycontrol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/keycontrol.h b/src/engine/keycontrol.h
index 283b9c7d88..7f40ddf82a 100644
--- a/src/engine/keycontrol.h
+++ b/src/engine/keycontrol.h
@@ -50,9 +50,6 @@ class KeyControl : public EngineControl {
bool syncKey(EngineBuffer* pOtherEngineBuffer);
void updateKeyCOs(double fileKeyNumeric, double pitch);
- // Pitch Ratio caused bay the speed slider (m_pRateSlider)
- double m_speedSliderPitchRatio;
-
// ControlObjects that come from EngineBuffer
ControlObject* m_pRateSlider;
ControlObject* m_pRateRange;