summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-02-22 14:52:08 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-02-22 14:54:34 -0700
commit63fdfd9e8557f898e32612449c3ba77d79fde45c (patch)
tree8a824ca098d2ee5f59012a7ed5e52345d0e007ac /libs/ardour/ardour/session.h
parent11ef82954efa74dd281f950bd6f7a677296419ad (diff)
remove PostTransportWorkCurveReallocate (no longer used)
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index d9749f22fe..07e8f043e2 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1109,7 +1109,7 @@ public:
PostTransportAudition = 0x80,
PostTransportReverse = 0x100,
/* PostTransportInputChange = 0x200, */
- PostTransportCurveRealloc = 0x400,
+ /*PostTransportCurveRealloc = 0x400, */
PostTransportClearSubstate = 0x800,
PostTransportAdjustPlaybackBuffering = 0x1000,
PostTransportAdjustCaptureBuffering = 0x2000
@@ -1214,7 +1214,6 @@ protected:
#endif
friend class Route;
- void schedule_curve_reallocation ();
void update_latency_compensation (bool force = false);
private:
@@ -1414,7 +1413,6 @@ private:
static const PostTransportWork ProcessCannotProceedMask =
PostTransportWork (
PostTransportReverse|
- PostTransportCurveRealloc|
PostTransportAudition|
PostTransportStop|
PostTransportClearSubstate);