Remove old todo

This commit is contained in:
Robbert van der Helm
2021-06-01 18:18:44 +02:00
parent 712ef41a7f
commit 3baccf885d
@@ -204,9 +204,6 @@ size_t YaEventList::num_events() const noexcept {
void YaEventList::write_back_outputs(
Steinberg::Vst::IEventList& output_events) const {
// TODO: I assume the host is responsible for directly copying heap data
// (e.g. text) in these events and they're not supposed to stay
// around, right? If not, then we'll find out very quickly.
for (auto& event : events) {
Steinberg::Vst::Event reconstructed_event = event.get();
output_events.addEvent(reconstructed_event);