From a3da293035aed315ce609c62462bd31538fca3cf Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 3 Jul 2011 22:13:41 +0200 Subject: [PATCH] dead code is dead --- star.c | 1 - 1 file changed, 1 deletion(-) diff --git a/star.c b/star.c index 29cb7cb..fc555c8 100644 --- a/star.c +++ b/star.c @@ -543,7 +543,6 @@ int main( int argc, char* argv[] ) init_pair( color_BALL_SELECTED, COLOR_BLUE, COLOR_YELLOW ); } - /* s->level = 0; */ /* trick to count how many levels we have */ s->nb_levels = sizeof( levels ) / sizeof( levels[ 0 ] );