all: removed all superfluous comments

This commit is contained in:
2017-06-19 17:04:24 -04:00
parent 1842a6cfeb
commit cddbdb940f
4 changed files with 2 additions and 66 deletions

View File

@@ -1,19 +1,8 @@
/*
==============================================================================
This file was auto-generated!
It contains the basic framework code for a JUCE plugin editor.
==============================================================================
*/
#include "PluginProcessor.h"
#include "PluginEditor.h"
//==============================================================================
LampshadeAudioProcessorEditor::LampshadeAudioProcessorEditor (LampshadeAudioProcessor& p)
: AudioProcessorEditor (&p), processor (p), nlines (3), lineThickness(4)
{
@@ -27,10 +16,8 @@ LampshadeAudioProcessorEditor::~LampshadeAudioProcessorEditor()
{
}
//==============================================================================
void LampshadeAudioProcessorEditor::paint (Graphics& g)
{
// (Our component is opaque, so we must completely fill the background with a solid colour)
g.fillAll(Colours::white);
for (int i = 1; i < nlines; i++) {