From 3e24610d814ca02b8d5b4d4ed15777ab61e1fd8d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 12 Feb 2021 18:43:31 +0100 Subject: [PATCH] Remove todo about moving find_vst_host Given the other functions in this file that mostly deal with locating files and modifying the environment it makes sense to also have this here. --- src/plugin/utils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugin/utils.h b/src/plugin/utils.h index bdeb0009..d8f0774b 100644 --- a/src/plugin/utils.h +++ b/src/plugin/utils.h @@ -184,8 +184,6 @@ std::string create_logger_prefix( * * @return The a path to the VST host, if found. * @throw std::runtime_error If the Wine VST host could not be found. - * - * TODO: Perhaps also move this somewhere else */ boost::filesystem::path find_vst_host( const boost::filesystem::path& this_plugin_path,