decoder/flac: removed misplaced authorship comment

This belongs into "git annotate" or AUTHORS.
This commit is contained in:
Max Kellermann 2009-07-22 13:31:43 +02:00
parent 322ef3cb80
commit 8e2d987996

View File

@ -67,7 +67,6 @@ flac_find_float_comment(const FLAC__StreamMetadata *block,
return false;
}
/* replaygain stuff by AliasMrJones */
static void
flac_parse_replay_gain(const FLAC__StreamMetadata *block,
struct flac_data *data)