From 6757c17689a3990f1daddd035d8dcc39b90e18b8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Oct 2008 13:57:10 +0100 Subject: removed UTF-8 library, use GLib instead Removed duplicated code. --- 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 a4a519b40..56651e36f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,6 @@ mpd_headers = \ tag_id3.h \ tag_print.h \ tag_save.h \ - utf8.h \ strset.h \ utils.h \ volume.h \ @@ -155,7 +154,6 @@ mpd_SOURCES = \ strset.c \ utils.c \ volume.c \ - utf8.c \ locate.c \ stored_playlist.c \ timer.c -- cgit v1.2.3