remove SparkleNote class

This commit is contained in:
Hylke Bons 2012-03-11 02:54:52 +00:00
parent 4d8a4f67ef
commit f12118f51b

View file

@ -38,7 +38,6 @@ namespace SparkleLib {
public List<string> MovedFrom = new List<string> ();
public List<string> MovedTo = new List<string> ();
public List<SparkleNote> Notes = new List<SparkleNote> ();
public string RelativeTimestamp {
get {
@ -75,15 +74,6 @@ namespace SparkleLib {
}
public class SparkleNote {
public SparkleUser User;
public DateTime Timestamp;
public string Body;
}
public class SparkleFolder {
public string Name;