summaryrefslogtreecommitdiff
path: root/libs/ardour/fluid_synth.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/fluid_synth.cc')
-rw-r--r--libs/ardour/fluid_synth.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/fluid_synth.cc b/libs/ardour/fluid_synth.cc
index 9d20f95358..f55db3e7c9 100644
--- a/libs/ardour/fluid_synth.cc
+++ b/libs/ardour/fluid_synth.cc
@@ -40,7 +40,6 @@ FluidSynth::FluidSynth (float samplerate, int polyphony)
}
fluid_settings_setnum (_settings, "synth.sample-rate", samplerate);
- fluid_settings_setint (_settings, "synth.parallel-render", 1);
fluid_settings_setint (_settings, "synth.threadsafe-api", 0);
_synth = new_fluid_synth (_settings);