mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-06 07:25:15 +00:00
added -Wall, removed all warnings thereafter
- killed glConsole git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@324 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -646,10 +646,8 @@ void Renderer::draw_shapes(PresetOutputs *presetOutputs) {
|
||||
|
||||
int i;
|
||||
|
||||
float theta;
|
||||
float radius;
|
||||
|
||||
CustomShape *pos;
|
||||
|
||||
float pi = 3.14159265;
|
||||
float start,inc,xval,yval;
|
||||
@ -806,7 +804,6 @@ void Renderer::draw_waveform(PresetOutputs *presetOutputs, PresetInputs *presetI
|
||||
float wave_x_temp=0;
|
||||
float wave_y_temp=0;
|
||||
float dy_adj;
|
||||
float xx,yy;
|
||||
|
||||
float cos_rot;
|
||||
float sin_rot;
|
||||
|
||||
Reference in New Issue
Block a user