mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 08:23:55 +02:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user