From a34feb431bb9a8bef76fc1e069c73ded48b1f4cc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 11 Jul 2009 15:13:02 +0200 Subject: piano: Switched to ezxml Removes libxml2 bloat and (hopefully) most of the buggy/ugly xml code. --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index e9d0152..3617110 100644 --- a/src/main.c +++ b/src/main.c @@ -39,9 +39,6 @@ THE SOFTWARE. /* last.fm scrobbling library */ #include -#include -#include - #include /* pandora.com library */ @@ -85,7 +82,6 @@ int main (int argc, char **argv) { BarTermSetEcho (0); /* init some things */ - xmlInitParser (); ao_initialize (); PianoInit (&ph); WardrobeInit (&wh); @@ -310,7 +306,6 @@ int main (int argc, char **argv) { PianoDestroy (&ph); WardrobeDestroy (&wh); ao_shutdown(); - xmlCleanupParser (); BarSettingsDestroy (&settings); /* restore terminal attributes, zsh doesn't need this, bash does... */ -- cgit v1.2.3