Remove useless Pool property from UserPoolView

This commit is contained in:
Alexandre Oliveira 2017-08-25 19:41:35 -03:00
parent 56e0c6ffeb
commit 8d91e92168
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ namespace ChatSharp
/// </summary>
public class UserPoolView : IEnumerable<IrcUser>
{
private UserPool Pool { get; set; }
private IEnumerable<IrcUser> Users { get; set; }
internal UserPoolView(IEnumerable<IrcUser> users)