summaryrefslogtreecommitdiff
path: root/libs/ardour/fluid_synth.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-06 23:50:07 +0100
committerRobin Gareus <robin@gareus.org>2019-03-06 23:50:07 +0100
commitb774ef1e204ba7de99f32a4a7678b7ca4b74b228 (patch)
treebcc81182f392de686c9b98fcb3eaef0e0d9e5f20 /libs/ardour/fluid_synth.cc
parentce961d73f3abb981cf297568b18701e769d5b926 (diff)
Remove unused fluidsynth setting (since fluidsynth 2.0)
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);