Remove capture toggle button from editor. Also remove JS engine and dynamic object as those are not used currently.

This commit is contained in:
xenakios
2017-12-13 18:48:52 +02:00
parent bd1eabf3bf
commit e980344bb3
2 changed files with 5 additions and 11 deletions

View File

@ -274,12 +274,11 @@ private:
PaulstretchpluginAudioProcessor& processor;
std::vector<std::shared_ptr<ParameterComponent>> m_parcomps;
SpectralVisualizer m_specvis;
ToggleButton m_rec_enable;
TextButton m_import_button;
Label m_info_label;
void chooseFile();
JavascriptEngine m_js_engine;
MyDynamicObject m_js_object;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessorEditor)
};