RooTicket.vala
authorAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:21:58 +0000 (15:21 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 24 Dec 2018 07:21:58 +0000 (15:21 +0800)
RooTicket.vala

index 1633b76..b680f13 100644 (file)
@@ -4,18 +4,6 @@ code to fetch ticket info...
 
 */
 
-public class RooRepo : Object 
-{
-
-       public string  id; // not really important that they are numbers..
-       public string project_id;
-       public string description;
-       public string shortname;
-       
-
-}
 
 public class RooOption : Object 
 {
@@ -58,14 +46,14 @@ public class RooTicket : Object
             _RooTicket = new RooTicket();
             _RooTicket.tickets = new Gee.ArrayList<RooTicket>();
  
-            _RooTicket.repos = new Gee.ArrayList<RooRepo>();
             _RooTicket.loadRepos(); // initalize it..        
         }
         return _RooTicket;
     }
        public Gee.ArrayList<RooTicket> tickets; // only available for singletonn.
  
-       public Gee.ArrayList<RooRepo> repos; // only available for singletonn.          
+
        
        public Gee.ArrayList<RooOption> milestones;
        public Gee.ArrayList<RooOption> priorities;