summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkplaylist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-11 22:10:55 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-11 22:10:55 +0100
commit692ceb95e184f15a91f67bae4dbde565b1287f36 (patch)
tree08300d4f15620ab89cca4b2d50f8c831357a138f /plugins/gtkui/gtkplaylist.c
parent76b5d753192aba0ed20e8eaff81a3c22a7f7025f (diff)
finished moving gtk-related code to plugin
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