Browse Source

Remove unused external variables

tags/v100_p5
xenakios 7 years ago
parent
commit
31dbfb84cd
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      Source/PS_Source/PaulStretchControl.cpp
  2. +0
    -2
      Source/PS_Source/ProcessedStretch.cpp

+ 0
- 2
Source/PS_Source/PaulStretchControl.cpp 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);


+ 0
- 2
Source/PS_Source/ProcessedStretch.cpp View File

@@ -21,8 +21,6 @@
#include <stdio.h>
#include "ProcessedStretch.h"

extern std::unique_ptr<PropertiesFile> 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_)
{


Loading…
Cancel
Save