From 437386ee10d5739f8655a85dbe132d613da7926b Mon Sep 17 00:00:00 2001 From: JackBurton Date: Tue, 17 Mar 2015 21:10:34 +0100 Subject: [PATCH] Don't check for big_synth.sy, since it shouldn't exist anymore --- src/kits/midi/SoftSynth.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/kits/midi/SoftSynth.cpp b/src/kits/midi/SoftSynth.cpp index 1e65509e39..905aa3dd2f 100644 --- a/src/kits/midi/SoftSynth.cpp +++ b/src/kits/midi/SoftSynth.cpp @@ -116,14 +116,6 @@ BSoftSynth::SetDefaultInstrumentsFile() } } - // fall back to the old default - // softsynth (big_synth.sy) - // TODO: Remove this - if (find_directory(B_SYNTH_DIRECTORY, &path, false, NULL) == B_OK) { - path.Append(B_BIG_SYNTH_FILE); - return SetInstrumentsFile(path.Path()); - } - // TODO: Use the first soundfont found in the synth directory // instead of hardcoding if (find_directory(B_SYNTH_DIRECTORY, &path, false, NULL) == B_OK) {