From 392135c7db4d9cb4a14ff5935d7c4c6e21363847 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 22 Oct 2016 04:39:47 +0200 Subject: Remove libxml2 dependency in favor of custom XML parsing --- include/plist/plist.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include') diff --git a/include/plist/plist.h b/include/plist/plist.h index 7e59acb..ace86f8 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h @@ -111,19 +111,6 @@ extern "C" } plist_type; - /******************************************** - * * - * Library Initialization & Cleanup * - * * - ********************************************/ - - /** - * Frees memory used globally by listplist, in - * particular the libxml parser - */ - - void plist_cleanup(void); - /******************************************** * * * Creation & Destruction * -- cgit v1.1-32-gdbae