Mercurial > hg > svapp
diff audio/AudioRecordTarget.cpp @ 505:ce6917c761a3 3.0-integration
Remove source (now unused)
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 13:34:07 +0100 |
parents | c82cae9a9e74 |
children | b84d9b512dbd |
line wrap: on
line diff
--- a/audio/AudioRecordTarget.cpp Wed Oct 14 13:33:42 2015 +0100 +++ b/audio/AudioRecordTarget.cpp Wed Oct 14 13:34:07 2015 +0100 @@ -19,14 +19,11 @@ #include "data/model/WritableWaveFileModel.h" -#include <bqaudioio/SystemRecordSource.h> - #include <QDir> AudioRecordTarget::AudioRecordTarget(ViewManagerBase *manager, QString clientName) : m_viewManager(manager), - m_source(0), m_clientName(clientName.toUtf8().data()), m_recording(false), m_recordSampleRate(44100),