Remove an unnecessary #define
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 27 May 2014 12:24:51 +0000 (13:24 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 27 May 2014 12:24:51 +0000 (13:24 +0100)
libs/backends/jack/jack_utils.cc

index a917acf5c49eae713e649660e573370d726ee48b..1e74a5315f1f32814dd24566f7a37b0eadab76b6 100644 (file)
@@ -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) {