summaryrefslogtreecommitdiff
path: root/gtk2_ardour/windows_vst_plugin_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-23 01:48:26 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-23 01:48:26 +0000
commitfbc147d929a495cb007f4de52d40e68132555320 (patch)
tree84e690e9716da6fec94523bf282d7a41074b7a5d /gtk2_ardour/windows_vst_plugin_ui.cc
parentbe951eca9548744f45d78a1bb406946ea30aed4d (diff)
Fix windows VST build.
git-svn-id: svn://localhost/ardour2/branches/3.0@10787 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/windows_vst_plugin_ui.cc')
-rw-r--r--gtk2_ardour/windows_vst_plugin_ui.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/windows_vst_plugin_ui.cc b/gtk2_ardour/windows_vst_plugin_ui.cc
index 6288ba50e1..0652168f5b 100644
--- a/gtk2_ardour/windows_vst_plugin_ui.cc
+++ b/gtk2_ardour/windows_vst_plugin_ui.cc
@@ -50,10 +50,6 @@ WindowsVSTPluginUI::package (Gtk::Window& win)
{
VSTPluginUI::package (win);
- /* This assumes that the window's owner understands the XEmbed protocol */
-
- _socket.add_id (fst_get_XID (_vst->state ()));
-
fst_move_window_into_view (_vst->state ());
return 0;