]> iEval git - unical.git/blobdiff - src/ro/ieval/unical/EventRowContainer.java
Remove EventRowContainer and add colour to the event list
[unical.git] / src / ro / ieval / unical / EventRowContainer.java
diff --git a/src/ro/ieval/unical/EventRowContainer.java b/src/ro/ieval/unical/EventRowContainer.java
deleted file mode 100644 (file)
index 7f08d0d..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package ro.ieval.unical;
-
-import java.util.Date;
-
-public class EventRowContainer {
-       public String name;
-       public Date dtstart,dtend;
-       public int id;
-       public EventRowContainer(int id,String n,long ds,long de) {
-               // Container used to hold information for adapter
-               this.id=id;
-               this.name=n;
-               this.dtstart=new Date(ds);
-               this.dtend=new Date(de);
-       }
-       public EventRowContainer() {
-       }
-}
This page took 0.023432 seconds and 4 git commands to generate.