From 4f60fcf9787287607ed9cebc8b03adf57fc9e926 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 12 Dec 2014 15:10:24 -0500 Subject: [PATCH] lib/scene2d: fixes useless empty init Signed-off-by: Alexandre Terrasa --- lib/scene2d.nit | 4 ---- 1 file changed, 4 deletions(-) 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 -- 1.7.9.5