diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-29 10:58:26 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-30 19:21:41 +0200 |
commit | ee7369a8f167c1869498a0c75b96a609e484ff8c (patch) | |
tree | bf4eb9c2c74495f2972131a8095c0f949650b0d0 /src/queue_print.h | |
parent | 68a4bb90da440519abea3d72bbd78b3c9fdb9d01 (diff) | |
download | mpd-ee7369a8f167c1869498a0c75b96a609e484ff8c.tar.gz mpd-ee7369a8f167c1869498a0c75b96a609e484ff8c.tar.xz mpd-ee7369a8f167c1869498a0c75b96a609e484ff8c.zip |
queue_print: queue_print_song_info() is not necessry for export.
Diffstat (limited to 'src/queue_print.h')
-rw-r--r-- | src/queue_print.h | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ -32,18 +32,6 @@ 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); |