mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-23 17:32:02 +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)
|
p.audioPlayer.Seek(pos)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Player) close() error {
|
|
||||||
return p.audioPlayer.Close()
|
|
||||||
}
|
|
||||||
|
|
||||||
func (p *Player) draw(screen *ebiten.Image) {
|
func (p *Player) draw(screen *ebiten.Image) {
|
||||||
// Draw the bar.
|
// Draw the bar.
|
||||||
x, y, w, h := playerBarRect()
|
x, y, w, h := playerBarRect()
|
||||||
|
Loading…
Reference in New Issue
Block a user