summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkplaylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/gtkplaylist.c')
-rw-r--r--plugins/gtkui/gtkplaylist.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/gtkui/gtkplaylist.c b/plugins/gtkui/gtkplaylist.c
index 65334248..62cfe610 100644
--- a/plugins/gtkui/gtkplaylist.c
+++ b/plugins/gtkui/gtkplaylist.c
@@ -932,14 +932,16 @@ gtkpl_hscroll (gtkplaylist_t *ps, int newscroll) {
void
gtkpl_randomsong (void) {
- p_stop ();
- pl_randomsong ();
+// <deprecated>
+// p_stop ();
+// pl_randomsong ();
}
void
gtkpl_playsongnum (int idx) {
- p_stop ();
- streamer_set_nextsong (idx, 1);
+// <deprecated>
+// p_stop ();
+// streamer_set_nextsong (idx, 1);
}
void