[totem-pl-parser] Remove unused num_entries variable from PLA writer
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem-pl-parser] Remove unused num_entries variable from PLA writer
- Date: Mon, 21 Sep 2009 11:03:34 +0000 (UTC)
commit 5a5c6a52ab87fe5f204b865e4bba65c908bd8988
Author: Bastien Nocera <hadess hadess net>
Date: Thu Sep 17 15:33:44 2009 +0100
Remove unused num_entries variable from PLA writer
https://bugzilla.gnome.org/show_bug.cgi?id=595471
plparse/totem-pl-parser-pla.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plparse/totem-pl-parser-pla.c b/plparse/totem-pl-parser-pla.c
index cb4f720..29ae859 100644
--- a/plparse/totem-pl-parser-pla.c
+++ b/plparse/totem-pl-parser-pla.c
@@ -51,11 +51,10 @@ totem_pl_parser_write_pla (TotemPlParser *parser, GtkTreeModel *model,
gpointer user_data, GError **error)
{
GFileOutputStream *stream;
- int num_entries_total, num_entries, i;
+ int num_entries_total, i;
char *buffer;
gboolean ret;
- 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]