remove confusing RC preferences option for get/set use monitor section, and simplymake the RC configuration parameter follow the last session preference setting

git-svn-id: svn://localhost/ardour2/branches/3.0@14114 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-02 01:28:57 +00:00
parent 926e1a000e
commit 97abc19803
2 changed files with 4 additions and 8 deletions

View file

@ -293,6 +293,10 @@ SessionOptionEditor::set_use_monitor_section (bool yn)
_session->remove_monitor_section ();
}
/* store this choice for any new sessions */
Config->set_use_monitor_bus (yn);
return had_monitor_section != yn;
}