Mercurial > audlegacy
diff src/audacious/pluginenum.c @ 4403:848a905816f5
Remove formatter functions, they are only used in song_change plugin.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Mon, 31 Mar 2008 06:04:21 +0300 |
| parents | 34d010af590b |
| children | de33c83aa06f |
line wrap: on
line diff
--- a/src/audacious/pluginenum.c Mon Mar 31 08:37:38 2008 +0300 +++ b/src/audacious/pluginenum.c Mon Mar 31 06:04:21 2008 +0300 @@ -351,12 +351,6 @@ .drct_pq_get_position = drct_pq_get_position, .drct_pq_get_queue_position = drct_pq_get_queue_position, - .formatter_new = formatter_new, - .formatter_destroy = formatter_destroy, - .formatter_associate = formatter_associate, - .formatter_dissociate = formatter_dissociate, - .formatter_format = formatter_format, - .prefswin_page_new = prefswin_page_new, .prefswin_page_destroy = prefswin_page_destroy,
