mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
#endif
|
||||||
void update_contoller_param ();
|
void update_contoller_param ();
|
||||||
|
|
||||||
bool configure_io (ChanCount in, ChanCount out);
|
|
||||||
|
|
||||||
PBD::Signal2<void, int, int> OnResizeView;
|
PBD::Signal2<void, int, int> OnResizeView;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
|
|
@ -546,12 +546,6 @@ VST3Plugin::plugin_latency () const
|
||||||
return _plug->plugin_latency ();
|
return _plug->plugin_latency ();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
|
||||||
VST3Plugin::configure_io (ChanCount in, ChanCount out)
|
|
||||||
{
|
|
||||||
return Plugin::configure_io (in, out);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
VST3Plugin::add_slave (boost::shared_ptr<Plugin> p, bool rt)
|
VST3Plugin::add_slave (boost::shared_ptr<Plugin> p, bool rt)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue