mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Remove dead/annoying/unsafe code
Note the old Note::operator= was unsafe, since it made shallow copies of the on and off events, which results in a double delete of events when the notes are destructed.
This commit is contained in:
parent
11464bfb18
commit
7d2ed46b63
6 changed files with 2 additions and 51 deletions
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
#include "pbd/stacktrace.h"
|
||||
|
||||
#include "evoral/Control.hpp"
|
||||
#include "evoral/ControlList.hpp"
|
||||
#include "evoral/ParameterDescriptor.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue