mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/audio: Remove unused functions
This commit is contained in:
parent
5a612f60b6
commit
5cd66b6d6b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user