summaryrefslogtreecommitdiff
path: root/gtk2_ardour/windows_vst_plugin_ui.h
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.h
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.h')
-rw-r--r--gtk2_ardour/windows_vst_plugin_ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/windows_vst_plugin_ui.h b/gtk2_ardour/windows_vst_plugin_ui.h
index 646d0c2993..7b23f2cb33 100644
--- a/gtk2_ardour/windows_vst_plugin_ui.h
+++ b/gtk2_ardour/windows_vst_plugin_ui.h
@@ -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; }