examples/audio: Remove unused functions

This commit is contained in:
Hajime Hoshi 2019-01-15 02:13:18 +09:00
parent 5a612f60b6
commit 5cd66b6d6b

View File

@ -185,10 +185,6 @@ func (p *Player) seekBarIfNeeded() {
p.audioPlayer.Seek(pos)
}
func (p *Player) close() error {
return p.audioPlayer.Close()
}
func (p *Player) draw(screen *ebiten.Image) {
// Draw the bar.
x, y, w, h := playerBarRect()