summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-04-10 15:58:28 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commit462711b23ab270c77d3ccb5aa23f5f9088b456b1 (patch)
tree45eee37d3372c3030a9f55172d1510aa230e20ab /libs/ardour/track.cc
parent5642dd4496a9b715f122e2bb8344828735dd1cc2 (diff)
nothing to do anymore at the Track level when input config changes
Diffstat (limited to 'libs/ardour/track.cc')
-rw-r--r--libs/ardour/track.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc
index 01c5a58c16..fa1cba6000 100644
--- a/libs/ardour/track.cc
+++ b/libs/ardour/track.cc
@@ -1117,9 +1117,3 @@ Track::metering_state () const
}
return rv ? MeteringInput : MeteringRoute;
}
-
-void
-Track::non_realtime_input_change ()
-{
- // XXX DISK do we need to do anything here anymore ?
-}