Skip to content

Commit

Permalink
Clean up gldraw.c
Browse files Browse the repository at this point in the history
See title
  • Loading branch information
barbalet committed Feb 22, 2016
1 parent 4f38181 commit d7c8b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/noble/gldraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ void gldraw_red(void)
glColor3f(1, 0, 0);
}


void gldraw_green(void)
{
glColor3f(0.3, 0.3, 1);
Expand Down

0 comments on commit d7c8b6f

Please sign in to comment.