Fix windows VST build.
git-svn-id: svn://localhost/ardour2/branches/3.0@10787 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
be951eca95
commit
fbc147d929
@ -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;
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user