dead code
This commit is contained in:
parent
65174fff33
commit
c6c7823047
1 changed files with 0 additions and 3 deletions
|
@ -133,9 +133,6 @@ func (s *Scene) Scan() []interface{} {
|
|||
return s.Components
|
||||
}
|
||||
|
||||
// Scene returns itself.
|
||||
func (s *Scene) Scene() *Scene { return s }
|
||||
|
||||
// Update calls Update on all Updater components.
|
||||
func (s *Scene) Update() error {
|
||||
if s.Disabled {
|
||||
|
|
Loading…
Reference in a new issue