Remove obsolete getter

This commit is contained in:
Joshua M. Boniface 2020-10-04 13:23:20 -04:00
parent 975fca5158
commit 2577595bac
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ namespace MediaBrowser.Model.Users
public int LoginAttemptsBeforeLockout { get; set; }
public int ActiveSessionCount { get; set; }
public int MaxActiveSessions { get; set; }
public bool EnablePublicSharing { get; set; }