lib/numbers: remove `NumberImages` constructors for spec and to make it public
[nit.git] / lib / mnit / numbers.nit
index e7fb184..1b7a017 100644 (file)
@@ -24,8 +24,6 @@ class NumberImages
 
        # Images from 0 to 9
        var imgs: Array[Image]
-
-       private init(imgs: Array[Image]) do self.imgs = imgs
 end
 
 redef class App