void gui_playq_song_remove ( void   ) 

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:

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