Don't set session dirty flag on setting up the play loop.

git-svn-id: svn://localhost/ardour2/branches/3.0@7616 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-13 16:48:48 +00:00
parent aac46a38fb
commit f46fdb2a6f

View File

@ -658,8 +658,6 @@ Session::set_play_loop (bool yn)
return;
}
set_dirty();
if (yn && Config->get_seamless_loop() && synced_to_jack()) {
warning << string_compose (_("Seamless looping cannot be supported while %1 is using JACK transport.\n"
"Recommend changing the configured options"), PROGRAM_NAME)