summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-27 16:06:57 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-12-27 16:06:57 +0100
commit1522d68ba866d47e0d9c12bc4df28d7e71407705 (patch)
tree18a82f08a0ae55445feb8849cd554096a3c106f2 /playlist.h
parent94dd735f3c45b43ca00eaba4f22ef8440259e142 (diff)
fixed a bunch of minor compiler warnings and alsa hang on exit
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/playlist.h b/playlist.h
index 14e6aed7..3758fa03 100644
--- a/playlist.h
+++ b/playlist.h
@@ -74,9 +74,6 @@ playItem_t *
pl_insert_item (playItem_t *after, playItem_t *it);
int
-pl_append_item (playItem_t *it);
-
-int
pl_remove (playItem_t *i);
playItem_t *