From cce120d8d325a9186d4e79efdf7009ad72638e81 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 12 Oct 2014 13:31:41 -0400 Subject: refresh connect authorizations --- MediaBrowser.Model/Entities/ChapterInfo.cs | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/ChapterInfo.cs b/MediaBrowser.Model/Entities/ChapterInfo.cs index 9d0bbc0d98..9da7a9caab 100644 --- a/MediaBrowser.Model/Entities/ChapterInfo.cs +++ b/MediaBrowser.Model/Entities/ChapterInfo.cs @@ -23,17 +23,5 @@ namespace MediaBrowser.Model.Entities /// /// The image path. public string ImagePath { get; set; } - - /// - /// Gets or sets the height of the image. - /// - /// The height of the image. - public int? ImageHeight { get; set; } - - /// - /// Gets or sets the width of the image. - /// - /// The width of the image. - public int? ImageWidth { get; set; } } } -- cgit v1.2.3