From 90f50f2faab51de9853196357fd871db3229c1c2 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 18 Jun 2014 14:40:45 +0100 Subject: [PATCH] Misc --- source/backend/plugin/VstPlugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/backend/plugin/VstPlugin.cpp b/source/backend/plugin/VstPlugin.cpp index fc8240c04..4035eee40 100644 --- a/source/backend/plugin/VstPlugin.cpp +++ b/source/backend/plugin/VstPlugin.cpp @@ -449,8 +449,6 @@ public: return pData->engine->callback(ENGINE_CALLBACK_UI_STATE_CHANGED, pData->id, -1, 0, 0.0f, msg); fUi.window->setTitle(uiTitle.toUtf8().constData()); - - vstPtr = fUi.window->getPtr(); } if (fUi.type == UI::UI_EMBED)