aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-07 14:08:37 +0200
committerMax Kellermann <max@duempel.org>2008-09-07 14:08:37 +0200
commit86d261bdb5cb18665ecd656bf46e502744ce89f8 (patch)
tree61eb08aeaf621e875286c7b985b81e2b09c6b06e /src/Makefile.am
parent322e908893b781f4536b13bcf8a5c526a92e8b10 (diff)
downloadmpd-86d261bdb5cb18665ecd656bf46e502744ce89f8.tar.gz
mpd-86d261bdb5cb18665ecd656bf46e502744ce89f8.tar.xz
mpd-86d261bdb5cb18665ecd656bf46e502744ce89f8.zip
removed fdprintf() and client_print()
All callers of fdprintf() have been converted to client_printf() or fprintf(); it is time to remove this clumsy hack now. We can also remove client_print() which took a file descriptor as parameter.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1a631d1c6..27fe578b0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,7 +61,6 @@ mpd_headers = \
ls.h \
main_notify.h \
mpd_types.h \
- myfprintf.h \
normalize.h \
compress.h \
os_compat.h \
@@ -130,7 +129,6 @@ mpd_SOURCES = \
ls.c \
main.c \
main_notify.c \
- myfprintf.c \
normalize.c \
compress.c \
outputBuffer.c \