Browse Source

removed dead code

Luke Pulverenti 7 years ago
parent
commit
c7656fb604
1 changed files with 0 additions and 12 deletions
  1. 0 12
      MediaBrowser.Model/Dto/UserDto.cs

+ 0 - 12
MediaBrowser.Model/Dto/UserDto.cs

@@ -54,18 +54,6 @@ namespace MediaBrowser.Model.Dto
         /// <value>The id.</value>
         public string Id { get; set; }
         
-        /// <summary>
-        /// Gets or sets the offline password.
-        /// </summary>
-        /// <value>The offline password.</value>
-        public string OfflinePassword { get; set; }
-
-        /// <summary>
-        /// Gets or sets the offline password salt.
-        /// </summary>
-        /// <value>The offline password salt.</value>
-        public string OfflinePasswordSalt { get; set; }
-        
         /// <summary>
         /// Gets or sets the primary image tag.
         /// </summary>