From 1522d68ba866d47e0d9c12bc4df28d7e71407705 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 27 Dec 2009 16:06:57 +0100 Subject: fixed a bunch of minor compiler warnings and alsa hang on exit --- playlist.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 14e6aed7..3758fa03 100644 --- a/playlist.h +++ b/playlist.h @@ -73,9 +73,6 @@ pl_insert_file (playItem_t *after, const char *fname, int *pabort, int (*cb)(pla playItem_t * pl_insert_item (playItem_t *after, playItem_t *it); -int -pl_append_item (playItem_t *it); - int pl_remove (playItem_t *i); -- cgit v1.2.3