minor cleanups from 12952

git-svn-id: svn://localhost/ardour2/branches/3.0@12956 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-06-28 14:32:26 +00:00
parent f46a7bc509
commit 958c63bd18
3 changed files with 1 additions and 25 deletions

View file

@ -4796,7 +4796,7 @@ Editor::add_routes (RouteList& routes)
for (RouteList::iterator x = routes.begin(); x != routes.end(); ++x) {
boost::shared_ptr<Route> route = (*x);
if (route->is_hidden()) {
if (route->is_hidden() || route->is_monitor()) {
continue;
}