Commit fd80be2b authored by Rémi Duraffort's avatar Rémi Duraffort

xtag: comment out xtag_snprint wich is never used.

parent df993d1c
......@@ -123,7 +123,9 @@ static char *xtag_get_attribute( XTag *, char * );
static XTag *xtag_first_child( XTag *, char * );
static XTag *xtag_next_child( XTag *, char * );
static void xtag_free( XTag * );
#if 0
static int xtag_snprint( char *, int, XTag * );
#endif
/*****************************************************************************
* Module initialization
......@@ -965,6 +967,7 @@ static XTag *xtag_next_child( XTag *xtag, char *name )
return NULL;
}
#if 0
/*
* This snprints function takes a variable list of char *, the last of
* which must be NULL, and prints each in turn to buf.
......@@ -1066,4 +1069,5 @@ static int xtag_snprint( char *buf, int n, XTag *xtag )
return written;
}
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment