Merge pull request #67 from HeMe2/master

remove obsolete drawing in OutputVoronoi module
This commit is contained in:
CNLohr 2018-07-03 16:47:25 -04:00 committed by GitHub
commit 67cdbc0ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@
#include <string.h> #include <string.h>
#include "color.h" #include "color.h"
#include <math.h> #include <math.h>
#include "DrawFunctions.h"
//Uses: note_amplitudes2[note] for how many lights to use. //Uses: note_amplitudes2[note] for how many lights to use.
//Uses: note_amplitudes_out[note] for how bright it should be. //Uses: note_amplitudes_out[note] for how bright it should be.
@ -135,7 +134,6 @@ static void DPOUpdate(void * id, struct NoteFinder*nf)
OutLEDs[led*3+2] = ( color >> 16 ) & 0xff; OutLEDs[led*3+2] = ( color >> 16 ) & 0xff;
led++; led++;
} }
CNFGColor ( 0xffffff );
} }
static void DPOParams(void * id ) static void DPOParams(void * id )