aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_help.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-18 23:35:12 +0200
committerMax Kellermann <max@duempel.org>2008-09-18 23:35:12 +0200
commit5fa6d11cc8b1a22456ec90416089e2f40a9f1763 (patch)
treeedd75a1554908b4618073ed4a196b6148ab2b11b /src/screen_help.c
parent479c19084abdafb4fbc4217c5664f6d1ab65e12e (diff)
downloadmpd-5fa6d11cc8b1a22456ec90416089e2f40a9f1763.tar.gz
mpd-5fa6d11cc8b1a22456ec90416089e2f40a9f1763.tar.xz
mpd-5fa6d11cc8b1a22456ec90416089e2f40a9f1763.zip
removed the clock screen
Why should an audio player display a large clock?
Diffstat (limited to 'src/screen_help.c')
-rw-r--r--src/screen_help.c3
1 files changed, 0 insertions, 3 deletions
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