From 86d261bdb5cb18665ecd656bf46e502744ce89f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 14:08:37 +0200 Subject: 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. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3