[totem-pl-parser] Remove unused variable in PLS parser
- From: Bastien Nocera <hadess src gnome org>
 
- To: svn-commits-list gnome org
 
- Cc: 
 
- Subject: [totem-pl-parser] Remove unused variable in PLS parser
 
- Date: Mon, 21 Sep 2009 11:03:54 +0000 (UTC)
 
commit 8d20acca930c0c0cc844798d7057c2a784e06869
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 17 15:51:23 2009 +0100
    Remove unused variable in PLS parser
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471
 plparse/totem-pl-parser-pls.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plparse/totem-pl-parser-pls.c b/plparse/totem-pl-parser-pls.c
index 4de0024..db57617 100644
--- a/plparse/totem-pl-parser-pls.c
+++ b/plparse/totem-pl-parser-pls.c
@@ -193,7 +193,6 @@ totem_pl_parser_add_pls_with_contents (TotemPlParser *parser,
 	for (i = 0; lines[i] != NULL; i++) {
 		char **bits;
 		char *value;
-		gint len;
 
 		if (totem_pl_parser_line_is_empty (lines[i]))
 			continue;
@@ -210,7 +209,6 @@ totem_pl_parser_add_pls_with_contents (TotemPlParser *parser,
 		if (g_ascii_strncasecmp (g_strchug (bits[0]), "file", strlen ("file")) == 0)
 			num_entries++;
 
-		len = strlen (bits[1]);
 		value = g_strdup (bits[1]);
 
 		g_hash_table_insert (entries,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]