Author: gburt Date: Mon Feb 11 05:03:51 2008 New Revision: 3218 URL: http://svn.gnome.org/viewvc/banshee?rev=3218&view=rev
Log: 2008-02-10 Gabriel Burt <[EMAIL PROTECTED]> * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs: Fix warning. Modified: trunk/banshee/ChangeLog trunk/banshee/src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs Modified: trunk/banshee/src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs ============================================================================== --- trunk/banshee/src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs (original) +++ trunk/banshee/src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs Mon Feb 11 05:03:51 2008 @@ -39,7 +39,6 @@ { public class QueryTermsBox : HBox { - private QueryFieldSet field_set; private QueryField [] sorted_fields; private List<QueryTermBox> terms = new List<QueryTermBox> (); private VBox field_box, op_box, entry_box, button_box; @@ -50,8 +49,6 @@ public QueryTermsBox (QueryFieldSet fieldSet) : base () { - this.field_set = fieldSet; - // Sort the fields alphabetically by their label sorted_fields = new QueryField [fieldSet.Fields.Length]; Array.Copy (fieldSet.Fields, sorted_fields, sorted_fields.Length); _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.