Mercurial > audlegacy
changeset 3130:03b85ed64527 trunk
Remove unused __playlist_ins().
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 20 Jul 2007 20:06:27 -0500 |
parents | f416657ee9b7 |
children | dfe8f4eb3dba |
files | src/audacious/playlist.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/playlist.c Fri Jul 20 20:06:07 2007 -0500 +++ b/src/audacious/playlist.c Fri Jul 20 20:06:27 2007 -0500 @@ -691,14 +691,6 @@ } } -static void -__playlist_ins(Playlist * playlist, const gchar * filename, gint pos, InputPlugin *dec) -{ - __playlist_ins_with_info(playlist, filename, pos, NULL, -1, dec); - playlist_recalc_total_time(playlist); - playlist_manager_update(); -} - gboolean playlist_ins(Playlist * playlist, const gchar * filename, gint pos) {