JSDOC/RooFile.js
[gnome.introspection-doc-generator] / JSDOC / GtkFile.js
diff --git a/JSDOC/GtkFile.js b/JSDOC/GtkFile.js
deleted file mode 100644 (file)
index 4ddfffd..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-//<script type="text/javscript">
-
-XObject = imports.XObject.XObject;
-
-
-console = imports.console.console; 
-
-// make sure parent is loaded..
-RooFile = imports.RooFile.RooFile;
-
-/**
- * 
- * this takes our collased file, and turns it into the config array..
- * 
- * 
- * 
- * 
- * 
- * 
- */
-
-
-
-GtkFile  = XObject.define(
-    function (ar)
-    {
-        GtkFile.superclass.constructor.call(this, ar);
-       // console.log("STARTING OUTPUT");
-        
-        
-
-    }, 
-    RooFile, 
-    {
-        
-        cfg : { },
-        giImports : [],
-        imports : { }, 
-        parse: function()
-        {
-            // parse imports...
-            
-            this.parseImports();
-            // function create() { return;
-                
-            var pos = this.lookFor( 'function');
-            
-            
-            // standard create format.
-            
-            if (pos  > -1 && this.tokens[pos+1].data == 'create') {
-                var tree = this.tokens[pos+3].items[0][1].props;
-                this.cfg= this.parseProps(tree);
-                return;
-            }
-            print("invalid file format");
-            Seed.quit();
-            
-            //GtkFile.superclass.parse.call(this);
-            
-            
-            
-            
-            
-             
-            
-            
-                
-        },
-        
-        
-});
-    
\ No newline at end of file