src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 07:47:47 +0000 (15:47 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 May 2015 07:47:47 +0000 (15:47 +0800)
src/Builder4/WindowState.vala

index 1b17e5f..518250a 100644 (file)
@@ -473,17 +473,7 @@ public class WindowState : Object
                         
 
        }
-       public void fileViewOpenPlain(Project proj, string file)
-       {
-               this.win.project = proj;
-               this.switchState (State.CODEONLY); 
-               if (project.xtype == "Roo" ) {
-                       this.projectsettings.el.show_all();   
-               } else {
-                       this.vala_projectsettings.el.show_all();
-       
-                       
-       }
+        
        
        // ---------  webkit view
        public void webkitViewInit()