summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-05-28 06:50:22 +1000
committernick_m <mainsbridge@gmail.com>2016-05-28 06:50:22 +1000
commita924e938aa282a03d7ce146419652187d5e92774 (patch)
tree0c33cb190870cbcdbd4c9214e928daf202fd2add /gtk2_ardour/editor_drag.h
parent0d17c21410bc4b4333ec4d8e50d603dde692dce9 (diff)
Allow non-musical snap when dragging bbt ruler.
- probably not what the user wants, unless snapping beats to timecode frames.
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 9ed07b32df..196bd37123 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -767,7 +767,6 @@ public:
private:
double _pulse;
- double _beat;
ARDOUR::TempoSection* _tempo;
XMLNode* before_state;
};