summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InputPort.cpp')
-rw-r--r--src/server/InputPort.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp
index 63a752b1..6e72f6f6 100644
--- a/src/server/InputPort.cpp
+++ b/src/server/InputPort.cpp
@@ -225,13 +225,8 @@ InputPort::next_value_offset(SampleCount offset, SampleCount end) const
}
}
}
- return earliest;
-}
-void
-InputPort::update_values(SampleCount offset, uint32_t voice)
-{
- buffer(voice)->update_value_buffer(offset);
+ return earliest;
}
void