summaryrefslogtreecommitdiffstats
path: root/src/engine/cuecontrol.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2015-10-26 23:10:04 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2015-10-26 23:10:04 +0100
commitaed00e0167820671a83121bb29e2a36e8d802658 (patch)
tree48875570efce0b8a621c0c0f48a1cdafaa14e849 /src/engine/cuecontrol.h
parent8ff3f07c08acbcee31bc67e3b5acc7826f6bc4a5 (diff)
Fix hot cue latching, #1510291
Diffstat (limited to 'src/engine/cuecontrol.h')
-rw-r--r--src/engine/cuecontrol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/cuecontrol.h b/src/engine/cuecontrol.h
index ea39d9b251..cdfcf66248 100644
--- a/src/engine/cuecontrol.h
+++ b/src/engine/cuecontrol.h
@@ -128,9 +128,7 @@ class CueControl : public EngineControl {
void detachCue(int hotcueNumber);
void saveCuePoint(double cuePoint);
- bool m_bHotcueCancel;
bool m_bPreviewing;
- bool m_bPreviewingHotcue;
ControlObject* m_pPlayButton;
ControlObject* m_pStopButton;
int m_iCurrentlyPreviewingHotcues;