aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue.h')
-rw-r--r--src/queue.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/queue.h b/src/queue.h
index 7dca66406..9c7228fd8 100644
--- a/src/queue.h
+++ b/src/queue.h
@@ -230,12 +230,6 @@ void
queue_finish(struct queue *queue);
/**
- * Generate a non-existing id number.
- */
-unsigned
-queue_generate_id(const struct queue *queue);
-
-/**
* Returns the order number following the specified one. This takes
* end of queue and "repeat" mode into account.
*