changeset 3701:e766d3aec087

Remove non-existant function.
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:32:35 -0500
parents 81026451b455
children 1c1d3d84f313
files src/audacious/plugin.h src/audacious/pluginenum.c
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Sun Oct 07 00:28:00 2007 -0500
+++ b/src/audacious/plugin.h	Sun Oct 07 00:32:35 2007 -0500
@@ -244,8 +244,6 @@
                                const gint nfield,
                                const gchar *field);
 
-    void (*tuple_disassociate_now)(TupleValue *value);
-
     TupleValueType (*tuple_get_value_type)(Tuple *tuple,
                                            const gint nfield,
                                            const gchar *field);
--- a/src/audacious/pluginenum.c	Sun Oct 07 00:28:00 2007 -0500
+++ b/src/audacious/pluginenum.c	Sun Oct 07 00:32:35 2007 -0500
@@ -113,8 +113,7 @@
     .tuple_new_from_filename = tuple_new_from_filename,
     .tuple_associate_string = tuple_associate_string,
     .tuple_associate_int = tuple_associate_int,
-    .tuple_dissociate = tuple_dissociate
-    .tuple_dissociate_now = tuple_dissociate_now,
+    .tuple_disassociate = tuple_disassociate,
     .tuple_get_value_type = tuple_get_value_type,
     .tuple_get_string = tuple_get_string,
     .tuple_get_int = tuple_get_int,