summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
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);