Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Aug 3, 2024
1 parent 0288b5a commit 87e14b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flac/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func (d *decoder) Position() int {
return d.pos
}

// p represents flac sample num perhaps?
func (d *decoder) Seek(p int) error {
if !d.seekEnabled {
return errors.New("flac.decoder.Seek: not enabled")
Expand Down

0 comments on commit 87e14b9

Please sign in to comment.