Mercurial > audlegacy
comparison src/audacious/plugin.h @ 3701:e766d3aec087
Remove non-existant function.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 07 Oct 2007 00:32:35 -0500 |
| parents | 81026451b455 |
| children | 2e1a1d734112 |
comparison
equal
deleted
inserted
replaced
| 3700:81026451b455 | 3701:e766d3aec087 |
|---|---|
| 241 gint integer); | 241 gint integer); |
| 242 | 242 |
| 243 void (*tuple_disassociate)(Tuple *tuple, | 243 void (*tuple_disassociate)(Tuple *tuple, |
| 244 const gint nfield, | 244 const gint nfield, |
| 245 const gchar *field); | 245 const gchar *field); |
| 246 | |
| 247 void (*tuple_disassociate_now)(TupleValue *value); | |
| 248 | 246 |
| 249 TupleValueType (*tuple_get_value_type)(Tuple *tuple, | 247 TupleValueType (*tuple_get_value_type)(Tuple *tuple, |
| 250 const gint nfield, | 248 const gint nfield, |
| 251 const gchar *field); | 249 const gchar *field); |
| 252 | 250 |
