Remove cruft, unused API

This commit is contained in:
Robin Gareus 2019-12-16 22:16:40 +01:00
parent 415d3191de
commit 2c24e6af36
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 0 additions and 9 deletions

View File

@ -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 ();

View File

@ -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