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:
![]() |
1.6.3