changeset 3568:aeab45099e32 trunk

Backed out changeset de0207940477
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Sep 2007 23:57:03 +0300
parents 97b10cd95da2
children 08340a70fa6c
files src/audacious/tuple.c src/audacious/tuple.h
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple.c	Tue Sep 18 23:53:57 2007 +0300
+++ b/src/audacious/tuple.c	Tue Sep 18 23:57:03 2007 +0300
@@ -100,8 +100,6 @@
     gint i;
 
     TUPLE_LOCK_WRITE();
-    g_free(tuple->subtunes);
-    
     mowgli_dictionary_destroy(tuple->dict, tuple_value_destroy, NULL);
 
     for (i = 0; i < FIELD_LAST; i++)
--- a/src/audacious/tuple.h	Tue Sep 18 23:53:57 2007 +0300
+++ b/src/audacious/tuple.h	Tue Sep 18 23:57:03 2007 +0300
@@ -82,7 +82,6 @@
     mowgli_object_t parent;
     mowgli_dictionary_t *dict;
     TupleValue *values[FIELD_LAST];
-    gint *subtunes;	/* Temporary field for delivering subtune numbers */
 } Tuple;