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/Makefile.am | |
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/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 55f42eb9d..fc0160e65 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,7 +59,6 @@ ncmpc_SOURCES = \ screen_help.c\ screen_lyrics.c\ screen_keydef.c\ - screen_clock.c\ list_window.c\ colors.c\ support.c\ |