src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:15:15 +0000 (16:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:15:15 +0000 (16:15 +0800)
src/Palete/ValaSource.vala

index 0dd0a00..fc1d02d 100644 (file)
@@ -35,14 +35,9 @@ namespace Palete {
                JsRender.JsRender file;
                public int line_offset = 0;
                
-               // file.project , file.path, file.build_module, ""
-               public ValaSource(
-                       
-               
-               
-                       ) {
+               public ValaSource( ) 
+               {
                        base();
-                       //this.file = file;
                 
                }
                public void dumpCode(string str)