aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.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/options.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 '')
-rw-r--r--src/options.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/options.c b/src/options.c
index 7426a55ca..34772460f 100644
--- a/src/options.c
+++ b/src/options.c
@@ -167,9 +167,6 @@ handle_option(int c, const char *arg)
#ifdef ENABLE_KEYDEF_SCREEN
printf(" key-screen");
#endif
-#ifdef ENABLE_CLOCK_SCREEN
- printf(" clock-screen");
-#endif
printf("\n");
exit(EXIT_SUCCESS);
case 'c': /* --colors */