summaryrefslogtreecommitdiffstats
path: root/src/widget/woverview.h
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2019-08-23 16:45:49 -0500
committerBe <be@mixxx.org>2019-08-23 16:45:49 -0500
commit7cd7d49d47fd3df638f530eed536f67a64dc3d46 (patch)
tree0a7345bb46916008adb5d3e681df88c2b9fc9e84 /src/widget/woverview.h
parent2331bf32a824c4b9b47dc850124ca7f2d7ebcce6 (diff)
WOverview: seek on left mouse button press
Diffstat (limited to 'src/widget/woverview.h')
-rw-r--r--src/widget/woverview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widget/woverview.h b/src/widget/woverview.h
index 858a422023..a1e8a65fce 100644
--- a/src/widget/woverview.h
+++ b/src/widget/woverview.h
@@ -144,8 +144,6 @@ class WOverview : public WWidget, public TrackDropTarget {
std::unique_ptr<CueMenu> m_pCueMenu;
- // True if slider is dragged. Only used when m_bEventWhileDrag is false
- bool m_bDrag;
// Internal storage of slider position in pixels
int m_iPos;