mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove an unnecessary #define
This commit is contained in:
parent
e2cecadd01
commit
5b4cb15dfc
1 changed files with 0 additions and 2 deletions
|
|
@ -738,11 +738,9 @@ ARDOUR::get_jack_command_line_string (JackCommandLineOptions& options, string& c
|
|||
args.push_back ("-v");
|
||||
}
|
||||
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
if (options.temporary) {
|
||||
args.push_back ("-T");
|
||||
}
|
||||
#endif
|
||||
|
||||
if (options.driver == alsa_driver_name) {
|
||||
if (options.midi_driver == alsa_seq_midi_driver_name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue