mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove an unnecessary boolean argument in jack utils
Specify latency in JackCommandLineOptions instead
This commit is contained in:
parent
ef0f13cb84
commit
34d9b2148e
3 changed files with 11 additions and 6 deletions
|
|
@ -236,5 +236,5 @@ namespace ARDOUR {
|
|||
/**
|
||||
* @return true if able to build a valid command line based on options
|
||||
*/
|
||||
bool get_jack_command_line_string (JackCommandLineOptions& options, std::string& command_line, bool for_latency_measurement);
|
||||
bool get_jack_command_line_string (JackCommandLineOptions& options, std::string& command_line);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue