diff options
Diffstat (limited to 'src/drumkit.cc')
-rw-r--r-- | src/drumkit.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drumkit.cc b/src/drumkit.cc index f25a6ea..1dadf04 100644 --- a/src/drumkit.cc +++ b/src/drumkit.cc @@ -39,11 +39,6 @@ DrumKit::~DrumKit() void DrumKit::clear() { - for(auto& instrument : instruments) - { - delete instrument; - } - instruments.clear(); channels.clear(); |