Remove the currently selected song from the playlist. Definition at line 332 of file gui_playq.c. 00333 { 00334 struct vfsref *vr; 00335 00336 playq_lock(); 00337 if (!gui_vfslist_warn_isempty(win_playq)) { 00338 vr = gui_vfslist_getselected(win_playq); 00339 playq_song_fast_remove(vr, 00340 gui_vfslist_getselectedidx(win_playq)); 00341 } 00342 playq_unlock(); 00343 }
Here is the call graph for this function:
![]() |
1.6.3