chiark / gitweb /
add a TODO
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:42:04 +0000 (12:42 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 15 Jun 2008 11:42:04 +0000 (12:42 +0100)
lib/trackdb.c

index 4009358573a01a68e97ab868102b40e93b2b6908..9f33a0ffe8f414eb038c1c4a4fba14ca58650b50 100644 (file)
@@ -2383,6 +2383,9 @@ char **trackdb_new(int *ntracksp,
  * @return null-terminated array of track names, or NULL on deadlock
  *
  * The most recently added track is first in the array.
+ *
+ * TODO: exclude tracks that have been deleted again.
+ *
  */
 static char **trackdb_new_tid(int *ntracksp,
                               int maxtracks,