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/options.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 7426a55ca..34772460f 100644 --- a/src/options.c +++ b/src/options.c @@ -166,9 +166,6 @@ handle_option(int c, const char *arg) #endif #ifdef ENABLE_KEYDEF_SCREEN printf(" key-screen"); -#endif -#ifdef ENABLE_CLOCK_SCREEN - printf(" clock-screen"); #endif printf("\n"); exit(EXIT_SUCCESS); -- cgit v1.2.3