remove unused variables

This commit is contained in:
Gwenhael Le Moine 2011-07-04 10:28:53 +02:00
parent 86df23a64b
commit 38ebb91d8d

2
star.c
View file

@ -367,7 +367,7 @@ int won_or_not( struct state *s )
*/
void display_level( struct state *s )
{
int i, j, *ball, *cube;
int i, j;
for( i = 0 ; i < LEVEL_HEIGHT ; i++ ) {
for( j = 0 ; j < LEVEL_WIDTH ; j++ ) {