aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 57e7bb5ea..bf9b4e526 100644
--- a/configure.ac
+++ b/configure.ac
@@ -257,18 +257,6 @@ if test "x$keydef_screen" != "xyes" ; then
AC_DEFINE(DISABLE_KEYDEF_SCREEN, 1, [Disable key editor screen])
fi
-dnl Optional screen - clock
-AC_MSG_CHECKING([whether to include the clock screen])
-AC_ARG_ENABLE([clock-screen],
- AC_HELP_STRING([--enable-clock-screen],
- [Enable clock screen @<:@default=yes@:>@]),
- [clock_screen="$enableval"],
- [clock_screen=yes])
-AC_MSG_RESULT([$clock_screen])
-if test "x$clock_screen" != "xyes" ; then
- AC_DEFINE(DISABLE_CLOCK_SCREEN, 1, [Disable clock screen])
-fi
-
dnl Optional screen - lyrics
AC_MSG_CHECKING([whether to include the lyrics screen])
AC_ARG_ENABLE([lyrics-screen],