From c7656fb604a52583ff188b634cf554b140d961ba Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 17 Sep 2017 01:27:15 -0400 Subject: [PATCH] removed dead code --- MediaBrowser.Model/Dto/UserDto.cs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/MediaBrowser.Model/Dto/UserDto.cs b/MediaBrowser.Model/Dto/UserDto.cs index 99f69e2030..2b5672896c 100644 --- a/MediaBrowser.Model/Dto/UserDto.cs +++ b/MediaBrowser.Model/Dto/UserDto.cs @@ -54,18 +54,6 @@ namespace MediaBrowser.Model.Dto /// The id. public string Id { get; set; } - /// - /// Gets or sets the offline password. - /// - /// The offline password. - public string OfflinePassword { get; set; } - - /// - /// Gets or sets the offline password salt. - /// - /// The offline password salt. - public string OfflinePasswordSalt { get; set; } - /// /// Gets or sets the primary image tag. ///