mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
NO-OP: Remove unused API implementation
This commit is contained in:
parent
e4bbb1bc81
commit
64391334a4
2 changed files with 0 additions and 8 deletions
|
|
@ -351,8 +351,6 @@ public:
|
|||
#endif
|
||||
void update_contoller_param ();
|
||||
|
||||
bool configure_io (ChanCount in, ChanCount out);
|
||||
|
||||
PBD::Signal2<void, int, int> OnResizeView;
|
||||
|
||||
private:
|
||||
|
|
|
|||
|
|
@ -546,12 +546,6 @@ VST3Plugin::plugin_latency () const
|
|||
return _plug->plugin_latency ();
|
||||
}
|
||||
|
||||
bool
|
||||
VST3Plugin::configure_io (ChanCount in, ChanCount out)
|
||||
{
|
||||
return Plugin::configure_io (in, out);
|
||||
}
|
||||
|
||||
void
|
||||
VST3Plugin::add_slave (boost::shared_ptr<Plugin> p, bool rt)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue