NewBranch.bjs
[gitlive] / NewBranch.vala
index 3a86bd3..a91ee42 100644 (file)
@@ -2419,18 +2419,6 @@ public class NewBranch : Object
         }
 
         // user defined functions
-        public void updateState () {
-        
-               var ticket_id = _this.ticketsel.selectedTicketId();
-               
-               if (ticket_id == "") {
-                       this.el.set_sensitive(false);
-                       return;
-               }
-         
-               this.el.set_sensitive(true);
-         
-        }
     }