reinstate code that prevents GUI control from talking to backend if session is synced externall

git-svn-id: svn://localhost/ardour2/branches/3.0@9148 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-14 20:32:43 +00:00
parent 6215c3ceac
commit 06b4092ad0

View File

@ -1653,7 +1653,6 @@ ARDOUR_UI::toggle_roll (bool with_abort, bool roll_out_of_bounded_mode)
return;
}
#if 0
if (_session->config.get_external_sync()) {
switch (_session->config.get_sync_source()) {
case JACK:
@ -1663,7 +1662,6 @@ ARDOUR_UI::toggle_roll (bool with_abort, bool roll_out_of_bounded_mode)
return;
}
}
#endif
bool rolling = _session->transport_rolling();
bool affect_transport = true;