[rhythmbox] rb-query-creator: Remove unused computations



commit ad4dbf5a0daef7de32f6b24997b7389dda9ab7f2
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Feb 5 03:40:15 2011 +0000

    rb-query-creator: Remove unused computations

 widgets/rb-query-creator.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/widgets/rb-query-creator.c b/widgets/rb-query-creator.c
index f7bf908..f05584a 100644
--- a/widgets/rb-query-creator.c
+++ b/widgets/rb-query-creator.c
@@ -782,13 +782,8 @@ append_row (RBQueryCreator *creator)
 	GtkWidget *entry;
 	GtkWidget *remove_button;
 	GtkBox *hbox;
-	GList *rows;
-	guint len;
 	gboolean constrain;
 
-	rows = priv->rows;
-	len = g_list_length (rows);
-
 	hbox = GTK_BOX (gtk_hbox_new (FALSE, 5));
 	gtk_box_pack_start (GTK_BOX (priv->vbox), GTK_WIDGET (hbox), TRUE, TRUE, 0);
 	priv->rows = g_list_prepend (priv->rows, hbox);



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