summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Control.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-12-04 13:20:15 -0500
committerDavid Robillard <d@drobilla.net>2016-12-04 15:10:05 -0500
commit7d2ed46b63821cc9d9bdd5d2366eaaf00726d3fc (patch)
tree4d6213a2b5d8cab19427117386c9ef169706d75e /libs/evoral/src/Control.cpp
parent11464bfb183b56ec3aafae9c173e78a352929bd9 (diff)
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.
Diffstat (limited to 'libs/evoral/src/Control.cpp')
-rw-r--r--libs/evoral/src/Control.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/evoral/src/Control.cpp b/libs/evoral/src/Control.cpp
index a6cd374c54..56f5f70f2c 100644
--- a/libs/evoral/src/Control.cpp
+++ b/libs/evoral/src/Control.cpp
@@ -18,8 +18,6 @@
#include <iostream>
-#include "pbd/stacktrace.h"
-
#include "evoral/Control.hpp"
#include "evoral/ControlList.hpp"
#include "evoral/ParameterDescriptor.hpp"