dead code

This commit is contained in:
Josh Deprez 2021-08-30 13:30:19 +10:00
parent 65174fff33
commit c6c7823047

View file

@ -133,9 +133,6 @@ func (s *Scene) Scan() []interface{} {
return s.Components return s.Components
} }
// Scene returns itself.
func (s *Scene) Scene() *Scene { return s }
// Update calls Update on all Updater components. // Update calls Update on all Updater components.
func (s *Scene) Update() error { func (s *Scene) Update() error {
if s.Disabled { if s.Disabled {