From a9ec8fa5ceaa082e36150814f0b9b4d123b00f26 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 20 May 2014 21:01:11 +0200 Subject: Removed plist_set_type() as it should not be used. --- include/plist/plist.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/plist/plist.h b/include/plist/plist.h index f7df832..5678cfb 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h @@ -488,14 +488,6 @@ extern "C" * * ********************************************/ - /** - * Forces type of node. Changing type of structured nodes is only allowed if node is empty. - * Reset value of node; - * @param node the node - * @param type the key value - */ - PLIST_API void plist_set_type(plist_t node, plist_type type); - /** * Set the value of a node. * Forces type of node to #PLIST_KEY -- cgit v1.1-32-gdbae