diff src/libid3tag/file.c @ 3693:13bd2580ec18

Fix two gcc warnings.
author Jonathan Schleifer <js@h3c.de>
date Wed, 03 Oct 2007 17:37:30 +0200
parents bdd0ee5888e0
children fa3d2a62a066
line wrap: on
line diff
--- a/src/libid3tag/file.c	Tue Oct 02 21:52:34 2007 -0500
+++ b/src/libid3tag/file.c	Wed Oct 03 17:37:30 2007 +0200
@@ -197,6 +197,7 @@
  * NAME:	del_filetag()
  * DESCRIPTION:	delete a file tag entry
  */
+/*
 static
 void del_filetag(struct id3_file *file, unsigned int index)
 {
@@ -209,6 +210,7 @@
 
   --file->ntags;
 }
+*/
 
 /*
  * NAME:	add_tag()