From 8746a58ab93f0662bf1e8b91a36c261822ffeed5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Oct 2008 19:36:30 +0200 Subject: path, tag_id3: use g_convert() instead of charConv.c GLib provides an easier API for character set conversion than iconv(). Use g_convert() / g_convert_with_fallback() for all character conversions. We should optimize the path.h API later to return a newly allocated buffer, so we can just pass GLib's return value. --- 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 41bc69f05..3652caaa9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,6 @@ mpd_headers = \ output_control.h \ audioOutputs/audioOutput_shout.h \ buffer2array.h \ - charConv.h \ command.h \ idle.h \ condition.h \ @@ -131,7 +130,6 @@ mpd_SOURCES = \ output_control.c \ output_init.c \ buffer2array.c \ - charConv.c \ command.c \ idle.c \ condition.c \ -- cgit v1.2.3