Browse Source

Remove obsolete getter

Joshua M. Boniface 4 năm trước cách đây
mục cha
commit
2577595bac
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      MediaBrowser.Model/Users/UserPolicy.cs

+ 0 - 2
MediaBrowser.Model/Users/UserPolicy.cs

@@ -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; }