Eliminate a leftover comment

This commit is contained in:
Jean Pierre Cimalando 2021-03-07 17:58:06 +01:00
parent 37b5c3b1bc
commit 5803630c0d

View file

@ -1184,8 +1184,6 @@ sfizz_lv2_load_file(sfizz_plugin_t *self, const char *file_path)
file_path = buf;
}
// bool status = sfizz_load_file(self->synth, file_path);
///
const sfz::InstrumentFormatRegistry& formatRegistry = sfz::InstrumentFormatRegistry::getInstance();
const sfz::InstrumentFormat* format = formatRegistry.getMatchingFormat(file_path);