remove another naming that refers to JACK

This commit is contained in:
Paul Davis 2013-08-09 13:27:05 -04:00
parent 521f8eb776
commit 8960ebcdf9
5 changed files with 10 additions and 9 deletions

View file

@ -443,8 +443,8 @@ Bundle::connected_to (boost::shared_ptr<Bundle> other, AudioEngine & engine)
return true;
}
/** This must not be called in code executed as a response to a JACK event,
* as it uses jack_port_get_all_connections().
/** This must not be called in code executed as a response to a backend event,
* as it uses the backend port_get_all_connections().
* @return true if any of this bundle's channels are connected to anything.
*/
bool