From 68a4bb90da440519abea3d72bbd78b3c9fdb9d01 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 29 Mar 2009 10:58:24 -0700 Subject: queue: queue_generate_id() is not necessary for export. --- src/queue.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/queue.c') diff --git a/src/queue.c b/src/queue.c index 7cc110bc7..141222a80 100644 --- a/src/queue.c +++ b/src/queue.c @@ -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; -- cgit v1.2.3