diff options
author | Max Kellermann <max@duempel.org> | 2008-09-18 23:35:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-18 23:35:12 +0200 |
commit | 5fa6d11cc8b1a22456ec90416089e2f40a9f1763 (patch) | |
tree | edd75a1554908b4618073ed4a196b6148ab2b11b /src/command.c | |
parent | 479c19084abdafb4fbc4217c5664f6d1ab65e12e (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/command.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command.c b/src/command.c index 93afe42c1..afb7e42e4 100644 --- a/src/command.c +++ b/src/command.c @@ -188,10 +188,6 @@ static command_definition_t cmds[] = N_("Change search mode") }, #endif -#ifdef ENABLE_CLOCK_SCREEN - { {'6', F6, 0 }, 0, CMD_SCREEN_CLOCK, "screen-clock", - N_("Clock screen") }, -#endif #ifdef ENABLE_LYRICS_SCREEN { {'7', F7, 0 }, 0, CMD_SCREEN_LYRICS, "screen-lyrics", N_("Lyrics screen") }, |