summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92cf0ef)
raw | patch | inline | side by side (parent: 92cf0ef)
author | Max Kellermann <max@duempel.org> | |
Thu, 18 Sep 2008 21:35:12 +0000 (23:35 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 18 Sep 2008 21:35:12 +0000 (23:35 +0200) |
src/screen_browser.c | patch | blob | history |
diff --git a/src/screen_browser.c b/src/screen_browser.c
index 406d205cd8cec0df3bfcf747cec7631eb9c3bc24..c92c44321b76e69b8b6b34915523643ded705ce8 100644 (file)
--- a/src/screen_browser.c
+++ b/src/screen_browser.c
}
}
}
- /*
- else {
- //remove song from playlist
- if( entry->entity->type==MPD_INFO_ENTITY_TYPE_SONG ) {
- mpd_Song *song = entry->entity->info.song;
-
- if( song ) {
- int idx = playlist_get_index_from_file(c, song->file);
-
- while( (idx=playlist_get_index_from_file(c, song->file))>=0 )
- mpdclient_cmd_delete(c, idx);
- }
- }
- }
- */
return 0;
}