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/ncmpc.h | |
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/ncmpc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h index 0d87ebaec..c87c84d88 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -14,9 +14,6 @@ #ifndef DISABLE_KEYDEF_SCREEN #define ENABLE_KEYDEF_SCREEN 1 #endif -#ifndef DISABLE_CLOCK_SCREEN -#define ENABLE_CLOCK_SCREEN 1 -#endif #ifndef DISABLE_LYRICS_SCREEN #define ENABLE_LYRICS_SCREEN 1 #endif |