From 0aca38b38e8facd14540874dc3d68f65dac2364f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 27 Jul 2003 12:47:23 +0000 Subject: - removed xine-engine/locale.c as it is unused, fix static functions in the engine and the utils, removed unused variables CVS patchset: 5219 CVS date: 2003/07/27 12:47:23 --- src/xine-utils/xmlparser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xine-utils/xmlparser.c') diff --git a/src/xine-utils/xmlparser.c b/src/xine-utils/xmlparser.c index 7fc178947..df9c65a09 100644 --- a/src/xine-utils/xmlparser.c +++ b/src/xine-utils/xmlparser.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xmlparser.c,v 1.4 2003/07/19 00:22:43 tmattern Exp $ + * $Id: xmlparser.c,v 1.5 2003/07/27 12:47:23 hadess Exp $ * */ @@ -94,7 +94,7 @@ void xml_parser_init(char * buf, int size, int mode) { xml_parser_mode = mode; } -void xml_parser_free_props(xml_property_t *current_property) { +static void xml_parser_free_props(xml_property_t *current_property) { if (current_property) { if (!current_property->next) { free_xml_property(current_property); @@ -129,7 +129,7 @@ void xml_parser_free_tree(xml_node_t *current_node) { #define STATE_NODE 1 #define STATE_COMMENT 7 -int xml_parser_get_node (xml_node_t *current_node, char *root_name, int rec) { +static int xml_parser_get_node (xml_node_t *current_node, char *root_name, int rec) { char tok[TOKEN_SIZE]; char property_name[TOKEN_SIZE]; char node_name[TOKEN_SIZE]; -- cgit v1.2.3