mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
Fix really weird brace mismatchey way of ifdeffing.
git-svn-id: svn://localhost/ardour2/branches/3.0@5966 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
72a21329dd
commit
ed00714b15
1 changed files with 2 additions and 7 deletions
|
|
@ -424,10 +424,7 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef LEAVE_TRANSPORT_UNADJUSTED
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef LEAVE_TRANSPORT_UNADJUSTED
|
||||
for (DiskstreamList::iterator i = dsl->begin(); i != dsl->end(); ++i) {
|
||||
if (!(*i)->hidden()) {
|
||||
(*i)->non_realtime_locate (_transport_frame);
|
||||
|
|
@ -438,10 +435,8 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished)
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef LEAVE_TRANSPORT_UNADJUSTED
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
have_looped = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue