mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
audio/vorbis: Remove comment
This commit is contained in:
parent
6d895a2001
commit
924c55ff5c
@ -149,7 +149,6 @@ func (d *decoded) Size() int64 {
|
||||
|
||||
// decode accepts an ogg stream and returns a decorded stream.
|
||||
func decode(in audio.ReadSeekCloser) (*decoded, int, int, error) {
|
||||
// TODO: Lazy evaluation
|
||||
r, err := oggvorbis.NewReader(in)
|
||||
if err != nil {
|
||||
return nil, 0, 0, err
|
||||
|
Loading…
Reference in New Issue
Block a user