loop: Remove unneeded member variables

This commit is contained in:
Hajime Hoshi 2017-08-06 01:49:01 +09:00
parent 95a061df7f
commit b1d12f08f8

View File

@ -33,10 +33,8 @@ func CurrentFPS() float64 {
type runContext struct {
currentFPS float64
runningSlowly bool
framesForFPS int64
lastFPSUpdated int64
ping func()
m sync.RWMutex
}