Remove unused external variables

This commit is contained in:
xenakios
2017-11-20 23:00:51 +02:00
parent 98858218d5
commit 31dbfb84cd
2 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,6 @@
using namespace std;
extern std::unique_ptr<PropertiesFile> g_propsfile;
Control::Control(AudioFormatManager* afm) : m_afm(afm), m_bufferingthread("stretchbufferingthread")
{
m_stretch_source = std::make_unique<StretchAudioSource>(2,m_afm);