From: Alexandre Terrasa Date: Fri, 12 Dec 2014 20:10:24 +0000 (-0500) Subject: lib/scene2d: fixes useless empty init X-Git-Tag: v0.7.1~39^2~2 X-Git-Url: http://nitlanguage.org lib/scene2d: fixes useless empty init Signed-off-by: Alexandre Terrasa --- diff --git a/lib/scene2d.nit b/lib/scene2d.nit index b01c3e5..12167c9 100644 --- a/lib/scene2d.nit +++ b/lib/scene2d.nit @@ -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