Remove a node from its parent. Does not free memory used by the node - use mxmlDelete() for that. This function does nothing if the node has no parent.
void mxmlRemove( mxml_node_t * node);
Nothing.