removed UTF-8 library, use GLib instead

Removed duplicated code.
This commit is contained in:
Max Kellermann
2008-10-31 13:57:10 +01:00
parent f61bb4c8cf
commit 6757c17689
5 changed files with 12 additions and 199 deletions

View File

@@ -19,7 +19,6 @@
#include "path.h"
#include "log.h"
#include "conf.h"
#include "utf8.h"
#include "utils.h"
#include "playlist.h"
#include "os_compat.h"