Civilized code doesn't use global variables accessed via extern

This commit is contained in:
xenakios
2018-06-27 13:44:36 +03:00
parent f71f437d3e
commit 4f203de39a
3 changed files with 2 additions and 4 deletions

View File

@ -21,8 +21,6 @@ www.gnu.org/licenses
#include <array>
#include "RenderSettingsComponent.h"
extern String g_plugintitle;
//==============================================================================
PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(PaulstretchpluginAudioProcessor& p)
: AudioProcessorEditor(&p),