From ee7369a8f167c1869498a0c75b96a609e484ff8c Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 29 Mar 2009 10:58:26 -0700 Subject: queue_print: queue_print_song_info() is not necessry for export. --- src/queue_print.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/queue_print.h') diff --git a/src/queue_print.h b/src/queue_print.h index c43c68002..02cbc8b76 100644 --- a/src/queue_print.h +++ b/src/queue_print.h @@ -31,18 +31,6 @@ struct client; struct queue; struct locate_item_list; -void -queue_print_song_info(struct client *client, const struct queue *queue, - unsigned position); - -/** - * Send detailed information about a range of songs in the queue to a - * client. - * - * @param client the client which has requested information - * @param start the index of the first song (including) - * @param end the index of the last song (excluding) - */ void queue_print_info(struct client *client, const struct queue *queue, unsigned start, unsigned end); -- cgit v1.2.3