contrib/inkscape_tools: remove old_style constructor and whitespace error
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 16 Apr 2015 15:37:35 +0000 (11:37 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sun, 19 Apr 2015 17:45:22 +0000 (13:45 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/inkscape_tools/src/svg_to_png_and_nit.nit

index b24cbf5..f718255 100644 (file)
@@ -38,7 +38,6 @@ class ImageSetSrc
        super Template
 
        var name: String
-       init(name: String) do self.name = name
 
        var attributes = new Array[String]
        var load_exprs = new Array[String]
@@ -177,7 +176,7 @@ for drawing in drawings do
        while not proc.eof do
                var line = proc.read_line
                var words = line.split(",")
-               
+
                if words.length == 5 then
                        var id = words[0]