From 5803630c0dec82720c5337ef13f256b7eef1b609 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sun, 7 Mar 2021 17:58:06 +0100 Subject: [PATCH] Eliminate a leftover comment --- plugins/lv2/sfizz.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/lv2/sfizz.cpp b/plugins/lv2/sfizz.cpp index 16084aa5..a1467ec2 100644 --- a/plugins/lv2/sfizz.cpp +++ b/plugins/lv2/sfizz.cpp @@ -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);