void playq_song_fast_remove ( struct vfsref vr,
unsigned int  index 
)

Remove the song with its corresponding index.

Definition at line 433 of file playq.c.

00434 {
00435         funcs->notify_pre_removal(vr);
00436         gui_playq_notify_pre_removal(index);
00437         vfs_list_remove(&playq_list, vr);
00438         vfs_close(vr);
00439         gui_playq_notify_done();
00440 }

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:42 2010 for herrie by  doxygen 1.6.3