X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3867fa20c6fd4e319b1ab77ebfa3ed8c68cbcfa7..6a5964b75c1c24eb7d757da0479b5cefa607b402:/lib/queue.h diff --git a/lib/queue.h b/lib/queue.h index f62ccac..17a6d22 100644 --- a/lib/queue.h +++ b/lib/queue.h @@ -31,9 +31,10 @@ enum playing_state { /** @brief Track failed to play */ playing_failed, - /** @brief Track is a scratch and has not been played yet + /** @brief OBSOLETE * - * Going to become obsolete. + * Formerly denoted an unplayed scratch. This is now indicated by @p + * playing_unplayed and @p origin_scratch. */ playing_isscratch,