Remove all songs from the playlist after presenting the user with a question. Definition at line 346 of file gui_playq.c. 00347 { 00348 /* Don't care about locking here */ 00349 if (gui_vfslist_warn_isempty(win_playq)) 00350 return; 00351 00352 if (gui_input_askyesno(_("Remove all songs from the playlist?")) == 0) 00353 playq_song_remove_all(); 00354 }
Here is the call graph for this function:
![]() |
1.6.3