Fix windows VST build.
[ardour.git] / gtk2_ardour / windows_vst_plugin_ui.h
index 646d0c29933b08907090ef490a66a34d79b3247d..7b23f2cb33a8c421db8e0a832637ec136fbbee6e 100644 (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; }