From a34a0932d145168f33eb29697afc7e2496403bae Mon Sep 17 00:00:00 2001 From: Hannu Haahti Date: Mon, 24 Feb 2014 00:57:03 +0200 Subject: [PATCH] RemoteVstPlugin: don't mess with plugin internals --- plugins/vst_base/RemoteVstPlugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/vst_base/RemoteVstPlugin.cpp b/plugins/vst_base/RemoteVstPlugin.cpp index 002c083fa..5c7f807c9 100644 --- a/plugins/vst_base/RemoteVstPlugin.cpp +++ b/plugins/vst_base/RemoteVstPlugin.cpp @@ -739,8 +739,6 @@ bool RemoteVstPlugin::load( const std::string & _plugin_file ) return false; } - m_plugin->user = this; - if( m_plugin->magic != kEffectMagic ) { debugMessage( "File is not a VST plugin\n" );