Commit 68a4bb90 authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

queue: queue_generate_id() is not necessary for export.

parent ed96db3f
......@@ -20,7 +20,10 @@
#include "queue.h"
#include "song.h"
unsigned
/**
* Generate a non-existing id number.
*/
static unsigned
queue_generate_id(const struct queue *queue)
{
static unsigned cur = (unsigned)-1;
......
......@@ -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.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment