From 6e0062d5498f90c52d6aeb87e63bc846d2922020 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 2 Mar 2020 17:43:10 +0100 Subject: Refactor send naming (#7905) This allows users to rename sends without enforcing a numeric bitslot number. However this prevents a user to to use "send" names that are potentially used for new sends or inserts. --- libs/ardour/ardour/port_insert.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ardour/ardour/port_insert.h') diff --git a/libs/ardour/ardour/port_insert.h b/libs/ardour/ardour/port_insert.h index 2b0f5ee27a..c5ad6cb5a7 100644 --- a/libs/ardour/ardour/port_insert.h +++ b/libs/ardour/ardour/port_insert.h @@ -71,8 +71,6 @@ public: void set_pre_fader (bool); - uint32_t bit_slot() const { return _bitslot; } - void start_latency_detection (); void stop_latency_detection (); @@ -90,7 +88,6 @@ private: boost::shared_ptr _out; - uint32_t _bitslot; MTDM* _mtdm; bool _latency_detect; samplecnt_t _latency_flush_samples; -- cgit v1.2.3