mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
web: Remove unused variables
This commit is contained in:
parent
f19e349d38
commit
f765966742
@ -18,16 +18,10 @@ package web
|
||||
|
||||
import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/gopherjs/gopherwasm/js"
|
||||
)
|
||||
|
||||
var (
|
||||
isNodeJSOnce sync.Once
|
||||
isNodeJS = false
|
||||
)
|
||||
|
||||
func IsBrowser() bool {
|
||||
return true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user