mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Remove cruft, unused API
This commit is contained in:
parent
415d3191de
commit
2c24e6af36
2 changed files with 0 additions and 9 deletions
|
|
@ -167,8 +167,6 @@ public:
|
|||
|
||||
void shift (samplepos_t, samplecnt_t);
|
||||
|
||||
void set_trim (gain_t val, PBD::Controllable::GroupControlDisposition);
|
||||
|
||||
/* controls use set_solo() to modify this route's solo state */
|
||||
|
||||
void clear_all_solo_state ();
|
||||
|
|
|
|||
|
|
@ -312,13 +312,6 @@ Route::ensure_track_or_route_name (string newname) const
|
|||
return newname;
|
||||
}
|
||||
|
||||
void
|
||||
Route::set_trim (gain_t val, Controllable::GroupControlDisposition /* group override */)
|
||||
{
|
||||
// TODO route group, see set_gain()
|
||||
// _trim_control->route_set_value (val);
|
||||
}
|
||||
|
||||
/** Process this route for one (sub) cycle (process thread)
|
||||
*
|
||||
* @param bufs Scratch buffers to use for the signal path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue