diff options
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r-- | src/server/InputPort.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 323da3e5..708f7ea2 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -104,7 +104,6 @@ public: void post_process(RunContext& context); SampleCount next_value_offset(SampleCount offset, SampleCount end) const; - void update_values(SampleCount offset, uint32_t voice); size_t num_arcs() const { return _num_arcs; } void increment_num_arcs() { ++_num_arcs; } |