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:
David Robillard 2009-10-28 23:53:16 +00:00
parent 72a21329dd
commit ed00714b15

View File

@ -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;