X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6a5964b75c1c24eb7d757da0479b5cefa607b402..16fb2830d52c1420afdee555a566d72a065d9616:/lib/queue.h diff --git a/lib/queue.h b/lib/queue.h index 17a6d22..c86cc7c 100644 --- a/lib/queue.h +++ b/lib/queue.h @@ -38,9 +38,9 @@ enum playing_state { */ playing_isscratch, - /** @brief Could not find a player + /** @brief OBSOLETE * - * Obsolete - nothing sets this any more + * Formerly meant that no player could be found. Nothing sets this any more. */ playing_no_player, @@ -94,8 +94,7 @@ extern const char *const playing_states[]; enum track_origin { /** @brief Track was picked at random and then adopted by a user * - * @c submitter identifies who adopted it. This isn't implemented - * yet. + * @c submitter identifies who adopted it. */ origin_adopted,