Remove unused movie_table_secret

This commit is contained in:
Kp 2015-03-22 18:49:21 +00:00
parent 3da71f79cc
commit 565019f880

View file

@ -142,11 +142,6 @@ static const char movie_table[] = { 'a','b','c',
'm','o','m','o',
'p','q','p','q'
};
#define N_MOVIES (sizeof(movie_table) / sizeof(*movie_table))
static const char movie_table_secret[] = {'a','d','g','j','m','p'};
#define N_MOVIES_SECRET (sizeof(movie_table_secret) / sizeof(*movie_table_secret))
static int endlevel_movie_played = MOVIE_NOT_PLAYED;
#endif