summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/route.h2
-rw-r--r--libs/ardour/route.cc7
2 files changed, 0 insertions, 9 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 781f989d8f..2684cdc7ba 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -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 ();
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 1f56ddc5e9..68a85d39bb 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -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