aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue_print.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/queue_print.h12
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);