lib/scene2d: fixes useless empty init
[nit.git] / lib / scene2d.nit
index b01c3e5..12167c9 100644 (file)
@@ -102,10 +102,6 @@ class LiveGroup[E: LiveObject]
        super LiveObject
        super List[E]
 
-       init
-       do
-       end
-
        # Recursively update each live objects that `exists'
        redef fun update
        do