From 0142ee2d204771260d4cc573c660ef34ba0d85a2 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 13 Jan 2018 14:26:59 -0500 Subject: [PATCH] Last commit doesn't do anything, reverted --- src/core/AudioInterface.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/AudioInterface.cpp b/src/core/AudioInterface.cpp index dd05a6d6..d8125fa5 100644 --- a/src/core/AudioInterface.cpp +++ b/src/core/AudioInterface.cpp @@ -106,10 +106,6 @@ struct AudioInterface : Module { AudioInterface() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) { } - ~AudioInterface() { - audioIO.closeStream(); - } - void step() override; json_t *toJson() override {