src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 11:41:02 +0000 (19:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 May 2015 11:41:02 +0000 (19:41 +0800)
src/Palete/ValaSource.vala

index 05f10f1..fe9c7f4 100644 (file)
@@ -151,7 +151,7 @@ namespace Palete {
                
                public ValaSource(JsRender.JsRender file) {
                        base();
-                       this.file = file;
+                       //this.file = file;
                        this.filepath = file.path;
                        this.build_module = this.file.build_module;
                        this.original_path = "";
@@ -166,10 +166,10 @@ namespace Palete {
                        }
                }
                
-               public Gee.HashMap<int,string> checkFile()
-               {
-                       return this.checkString(JsRender.NodeToVala.mungeFile(this.file));
-               }
+               //public Gee.HashMap<int,string> checkFile()
+               //{
+               //      return this.checkString(JsRender.NodeToVala.mungeFile(this.file));
+               //}
 
                public async Gee.HashMap<int,string> checkFileWithNodePropChange(
                                        JsRender.Node node,