diff options
Diffstat (limited to 'protocols/jabber/xmltree.c')
| -rw-r--r-- | protocols/jabber/xmltree.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/protocols/jabber/xmltree.c b/protocols/jabber/xmltree.c index 3d0a2919..049eb5ef 100644 --- a/protocols/jabber/xmltree.c +++ b/protocols/jabber/xmltree.c @@ -304,9 +304,6 @@ void xt_print( struct xt_node *node )  	int i;  	struct xt_node *c; -	printf( "%s\n", xt_to_string( node ) ); -	return; -	  	/* Indentation */  	for( c = node; c->parent; c = c->parent )  		printf( "\t" ); | 
