summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/track.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-08-18 21:12:45 +0200
committerRobin Gareus <robin@gareus.org>2017-08-18 21:12:45 +0200
commit08c1300718157d08aed265c11c21d22719008aa2 (patch)
tree5c38bccf2067dbc5f51462888de2f25adba1f16d /libs/ardour/ardour/track.h
parentaf103cf3c23596d97091d857f98c283c943f3a21 (diff)
Remove old destructive API (non layered is a dynamic mode) 2/2
Diffstat (limited to 'libs/ardour/ardour/track.h')
-rw-r--r--libs/ardour/ardour/track.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/ardour/ardour/track.h b/libs/ardour/ardour/track.h
index a347bdf887..b67e9d970a 100644
--- a/libs/ardour/ardour/track.h
+++ b/libs/ardour/ardour/track.h
@@ -58,11 +58,6 @@ class LIBARDOUR_API Track : public Route, public Recordable, public PublicDiskst
void resync_track_name ();
TrackMode mode () const { return _mode; }
-#ifdef XXX_OLD_DESTRUCTIVE_API_XXX
- virtual int set_mode (TrackMode /*m*/) { return false; }
- virtual bool can_use_mode (TrackMode /*m*/, bool& /*bounce_required*/) { return false; }
- PBD::Signal0<void> TrackModeChanged;
-#endif
boost::shared_ptr<MonitorControl> monitoring_control() const { return _monitoring_control; }