Mercurial > hg > svapp
diff audio/AudioRecordTarget.h @ 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.h Wed Oct 14 13:33:42 2015 +0100 +++ b/audio/AudioRecordTarget.h Wed Oct 14 13:34:07 2015 +0100 @@ -41,8 +41,6 @@ virtual int getApplicationSampleRate() const { return 0; } // don't care virtual int getApplicationChannelCount() const { return 2; } - virtual void setSystemRecordSource(breakfastquay::SystemRecordSource *); - virtual void setSystemRecordBlockSize(int); virtual void setSystemRecordSampleRate(int); virtual void setSystemRecordLatency(int); @@ -69,7 +67,6 @@ private: ViewManagerBase *m_viewManager; - breakfastquay::SystemRecordSource *m_source; std::string m_clientName; bool m_recording; sv_samplerate_t m_recordSampleRate;