From 1e6cadc7c14da183069278632c2e31d8bec002d2 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Fri, 7 Nov 2014 00:06:57 +0100 Subject: [PATCH] Extra lines --- interface/src/Audio.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/Audio.cpp b/interface/src/Audio.cpp index 7fc563411a..6129ee4ee0 100644 --- a/interface/src/Audio.cpp +++ b/interface/src/Audio.cpp @@ -1026,8 +1026,6 @@ void Audio::processReceivedSamples(const QByteArray& inputBuffer, QByteArray& ou } } - - void Audio::addReceivedAudioToStream(const QByteArray& audioByteArray) { if (_audioOutput) { // Audio output must exist and be correctly set up if we're going to process received audio