summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/evoral/src/Note.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/evoral/src/Note.cpp b/libs/evoral/src/Note.cpp
index f2d369d825..631a995ab3 100644
--- a/libs/evoral/src/Note.cpp
+++ b/libs/evoral/src/Note.cpp
@@ -57,8 +57,6 @@ Note<Time>::Note(const Note<Time>& copy)
: _on_event(copy._on_event, true)
, _off_event(copy._off_event, true)
{
- set_id (copy.id());
-
assert(_on_event.buffer());
assert(_off_event.buffer());
/*