From 5fa6d11cc8b1a22456ec90416089e2f40a9f1763 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 18 Sep 2008 23:35:12 +0200 Subject: removed the clock screen Why should an audio player display a large clock? --- src/screen_help.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/screen_help.c') diff --git a/src/screen_help.c b/src/screen_help.c index 58ca6e13d..07e3375fe 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -57,9 +57,6 @@ static help_text_row_t help_text[] = #ifdef ENABLE_SEARCH_SCREEN { 0, CMD_SCREEN_SEARCH, NULL }, #endif -#ifdef ENABLE_CLOCK_SCREEN - { 0, CMD_SCREEN_CLOCK, NULL }, -#endif #ifdef ENABLE_KEYDEF_SCREEN { 0, CMD_SCREEN_KEYDEF, NULL }, #endif -- cgit v1.2.3