Fix windows VST build.

git-svn-id: svn://localhost/ardour2/branches/3.0@10787 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-23 01:48:26 +00:00
parent be951eca95
commit fbc147d929
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -25,8 +25,6 @@ public:
WindowsVSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert>, boost::shared_ptr<ARDOUR::VSTPlugin>);
~WindowsVSTPluginUI ();
gint get_preferred_height ();
gint get_preferred_width ();
bool start_updating (GdkEventAny*) { return false; }
bool stop_updating (GdkEventAny*) { return false; }