diff --git a/Source/PS_Source/PaulStretchControl.cpp b/Source/PS_Source/PaulStretchControl.cpp index 6e3593a..67ffc8b 100644 --- a/Source/PS_Source/PaulStretchControl.cpp +++ b/Source/PS_Source/PaulStretchControl.cpp @@ -29,8 +29,6 @@ using namespace std; -extern std::unique_ptr g_propsfile; - Control::Control(AudioFormatManager* afm) : m_afm(afm), m_bufferingthread("stretchbufferingthread") { m_stretch_source = std::make_unique(2,m_afm); diff --git a/Source/PS_Source/ProcessedStretch.cpp b/Source/PS_Source/ProcessedStretch.cpp index 9b572ae..13291ba 100644 --- a/Source/PS_Source/ProcessedStretch.cpp +++ b/Source/PS_Source/ProcessedStretch.cpp @@ -21,8 +21,6 @@ #include #include "ProcessedStretch.h" -extern std::unique_ptr g_propsfile; - ProcessedStretch::ProcessedStretch(REALTYPE rap_,int in_bufsize_,FFTWindow w,bool bypass_,REALTYPE samplerate_,int stereo_mode_) : Stretch(rap_,in_bufsize_,w,bypass_,samplerate_,stereo_mode_) {