mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/wav: Remove an unused function
This commit is contained in:
parent
50fc914d72
commit
d0181ce130
@ -113,11 +113,6 @@ func (s *stream) Close() error {
|
||||
return s.src.Close()
|
||||
}
|
||||
|
||||
// Length returns the size of decoded stream in bytes.
|
||||
func (s *stream) Length() int64 {
|
||||
return s.dataSize
|
||||
}
|
||||
|
||||
// Decode decodes WAV (RIFF) data to playable stream.
|
||||
//
|
||||
// The format must be 1 or 2 channels, 8bit or 16bit little endian PCM.
|
||||
|
Loading…
Reference in New Issue
Block a user