[totem-pl-parser] Remove unused variable in xspf writer code



commit de101c1d651e70fe9a5ca076697ebd222a36819b
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 17 15:25:39 2009 +0100

    Remove unused variable in xspf writer code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-xspf.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plparse/totem-pl-parser-xspf.c b/plparse/totem-pl-parser-xspf.c
index 753e06e..563f2be 100644
--- a/plparse/totem-pl-parser-xspf.c
+++ b/plparse/totem-pl-parser-xspf.c
@@ -80,11 +80,10 @@ totem_pl_parser_write_xspf (TotemPlParser *parser, GtkTreeModel *model,
 			   gpointer user_data, GError **error)
 {
 	GFileOutputStream *stream;
-	int num_entries_total, num_entries, i;
+	int num_entries_total, i;
 	char *buf;
 	gboolean success;
 
-	num_entries = totem_pl_parser_num_entries (parser, model, func, user_data);
 	num_entries_total = gtk_tree_model_iter_n_children (model, NULL);
 
 	stream = g_file_replace (output, NULL, FALSE, G_FILE_CREATE_NONE, NULL, error);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]