From 197ec7a94357b84d5ba18f3838a65fe2de379d22 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Thu, 2 Dec 2021 22:47:49 +0100 Subject: [PATCH] vst2: drop unused vst2_suffix static function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Address build warning: ../libs/fst/../ardour/vst2_scan.cc:549:20: warning: ‘std::string vst2_suffix()’ defined but not used [-Wunused-function] 549 | static std::string vst2_suffix () { | ^~~~~~~~~~~ --- libs/ardour/vst2_scan.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libs/ardour/vst2_scan.cc b/libs/ardour/vst2_scan.cc index 48921a0bd4..c2a5cf0da8 100644 --- a/libs/ardour/vst2_scan.cc +++ b/libs/ardour/vst2_scan.cc @@ -546,16 +546,6 @@ discover_vst2 (std::string const& path, ARDOUR::PluginType type, std::vector