there is no privacy to attribute to any circle,

they all are private, that's all.
This commit is contained in:
Paul Schneider 2015-09-10 01:42:52 +02:00
commit edf89cf739
6 changed files with 13 additions and 11 deletions

View file

@ -1,3 +1,7 @@
2015-09-10 Paul Schneider <paul@pschneider.fr>
* CircleBase.cs:
2015-09-10 Paul Schneider <paul@pschneider.fr>
* CircleBase.cs: The Circle base

View file

@ -46,11 +46,6 @@ namespace Yavsc.Model.Circles
/// <value>The title.</value>
public string Title { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is private.
/// </summary>
/// <value><c>true</c> if this instance is private; otherwise, <c>false</c>.</value>
public bool IsPrivate { get; set; }
}
}