summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-05-22 20:32:13 +0200
committerRobin Gareus <robin@gareus.org>2018-07-09 17:30:38 +0200
commit2953b575f243a6fc2e863f3289c366b21f9c3f3e (patch)
treedbf3e81511f85a9d9f9deca7a02de97074b2637b /libs/ardour/session_process.cc
parent249640267cc9afa7b0f048d56b7e961af6441111 (diff)
Remove unused AutoLoopDeclick, PendingLoopDeclick
The flags were set, but not used. They also won't be needed anymore.
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index cd1c5fd742..9b26f9190c 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -1092,17 +1092,6 @@ Session::process_event (SessionEvent* ev)
del = false;
break;
- case SessionEvent::AutoLoopDeclick:
- if (play_loop) {
- /* Request a declick fade-out and a fade-in; the fade-out will happen
- at the end of the loop, and the fade-in at the start.
- */
- transport_sub_state |= (PendingLoopDeclickOut | PendingLoopDeclickIn);
- }
- remove = false;
- del = false;
- break;
-
case SessionEvent::Locate:
if (ev->yes_or_no) { /* force locate */
/* args: do not roll after locate, do flush, not with loop */