mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
dead code is dead
This commit is contained in:
parent
ce6cd3a726
commit
a3da293035
1 changed files with 0 additions and 1 deletions
1
star.c
1
star.c
|
@ -543,7 +543,6 @@ int main( int argc, char* argv[] )
|
||||||
init_pair( color_BALL_SELECTED, COLOR_BLUE, COLOR_YELLOW );
|
init_pair( color_BALL_SELECTED, COLOR_BLUE, COLOR_YELLOW );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* s->level = 0; */
|
|
||||||
/* trick to count how many levels we have */
|
/* trick to count how many levels we have */
|
||||||
s->nb_levels = sizeof( levels ) / sizeof( levels[ 0 ] );
|
s->nb_levels = sizeof( levels ) / sizeof( levels[ 0 ] );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue