diff options
author | Nikias Bassen | 2014-05-20 21:01:11 +0200 |
---|---|---|
committer | Nikias Bassen | 2014-05-20 21:01:11 +0200 |
commit | a9ec8fa5ceaa082e36150814f0b9b4d123b00f26 (patch) | |
tree | fc7454e702066b632f0b96b9a49ce2dcb2db22ad /include | |
parent | c51d1a77b04872020234af49384a4ebd22ddd5f0 (diff) | |
download | libplist-a9ec8fa5ceaa082e36150814f0b9b4d123b00f26.tar.gz libplist-a9ec8fa5ceaa082e36150814f0b9b4d123b00f26.tar.bz2 |
Removed plist_set_type() as it should not be used.
Diffstat (limited to 'include')
-rw-r--r-- | include/plist/plist.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -489,14 +489,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 * |