Don't store the Wine version as a field

It's only needed for the initialisation message, and it doesn't throw so
doing this later shouldn't make a difference.
This commit is contained in:
Robbert van der Helm
2020-12-03 12:00:56 +01:00
parent 3c72ab31f8
commit c57fd67aa8
2 changed files with 1 additions and 8 deletions
-6
View File
@@ -172,12 +172,6 @@ class Vst2PluginBridge {
*/
Vst2Logger logger;
/**
* The version of Wine currently in use. Used in the debug output on plugin
* startup.
*/
const std::string wine_version;
/**
* The Wine process hosting the Windows VST plugin.
*