lib/scene2d: fixes useless empty init
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 20:10:24 +0000 (15:10 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 12 Jan 2015 08:18:07 +0000 (09:18 +0100)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

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