comparison src/audacious/pluginenum.c @ 3701:e766d3aec087

Remove non-existant function.
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 00:32:35 -0500
parents ddde4794b4e2
children fc17623eb561
comparison
equal deleted inserted replaced
3700:81026451b455 3701:e766d3aec087
111 111
112 .tuple_new = tuple_new, 112 .tuple_new = tuple_new,
113 .tuple_new_from_filename = tuple_new_from_filename, 113 .tuple_new_from_filename = tuple_new_from_filename,
114 .tuple_associate_string = tuple_associate_string, 114 .tuple_associate_string = tuple_associate_string,
115 .tuple_associate_int = tuple_associate_int, 115 .tuple_associate_int = tuple_associate_int,
116 .tuple_dissociate = tuple_dissociate 116 .tuple_disassociate = tuple_disassociate,
117 .tuple_dissociate_now = tuple_dissociate_now,
118 .tuple_get_value_type = tuple_get_value_type, 117 .tuple_get_value_type = tuple_get_value_type,
119 .tuple_get_string = tuple_get_string, 118 .tuple_get_string = tuple_get_string,
120 .tuple_get_int = tuple_get_int, 119 .tuple_get_int = tuple_get_int,
121 120
122 .tuple_formatter_process_string = tuple_formatter_process_string, 121 .tuple_formatter_process_string = tuple_formatter_process_string,