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.
This commit is contained in:
Robbert van der Helm
2021-02-12 18:43:31 +01:00
parent 0642e5d08e
commit 3e24610d81
-2
View File
@@ -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,