GitBranch.vala
[gitlive] / GitBranch.vala
index a615352..58da00f 100644 (file)
@@ -263,10 +263,7 @@ public class GitBranch : Object
                return this.is_remote ? this.remote : this.name;
        }
        
-       public void create()
-       {
-       
-       }
+//     public void create() { }
        
 }