diff options
author | Max Kellermann <max@duempel.org> | 2009-01-18 17:32:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-18 17:32:43 +0100 |
commit | a3f03f3ccdefc8704d112405dca5db10a2f6cf94 (patch) | |
tree | e26e045a9694b32eb0292bde5407e1014ecdeac1 /src/Makefile.am | |
parent | 90b34f8e6feb4dabc8da0d782cf5146318cfc02a (diff) | |
download | mpd-a3f03f3ccdefc8704d112405dca5db10a2f6cf94.tar.gz mpd-a3f03f3ccdefc8704d112405dca5db10a2f6cf94.tar.xz mpd-a3f03f3ccdefc8704d112405dca5db10a2f6cf94.zip |
removed playerData.c
Fetch the configuration variables buffered_chunks and
buffered_before_play just when they are needed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d92b40ff1..c4cde6952 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -90,7 +90,6 @@ mpd_headers = \ permission.h \ player_thread.h \ player_control.h \ - playerData.h \ playlist.h \ playlist_save.h \ replay_gain.h \ @@ -172,7 +171,6 @@ mpd_SOURCES = \ permission.c \ player_thread.c \ player_control.c \ - playerData.c \ playlist.c \ playlist_save.c \ replay_gain.c \ |