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:
David Robillard 2016-12-04 13:20:15 -05:00
parent 11464bfb18
commit 7d2ed46b63
6 changed files with 2 additions and 51 deletions

View file

@ -18,8 +18,6 @@
#include <iostream>
#include "pbd/stacktrace.h"
#include "evoral/Control.hpp"
#include "evoral/ControlList.hpp"
#include "evoral/ParameterDescriptor.hpp"