aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-12 13:31:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-12 13:31:41 -0400
commitcce120d8d325a9186d4e79efdf7009ad72638e81 (patch)
tree8057f085f405a4e5a7cfac3f42fd01d6c99b07a7 /MediaBrowser.Model/Entities
parent84b62f22cf394bda536ee8d8f057e14908ff9923 (diff)
refresh connect authorizations
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/ChapterInfo.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Model/Entities/ChapterInfo.cs b/MediaBrowser.Model/Entities/ChapterInfo.cs
index 9d0bbc0d9..9da7a9caa 100644
--- a/MediaBrowser.Model/Entities/ChapterInfo.cs
+++ b/MediaBrowser.Model/Entities/ChapterInfo.cs
@@ -23,17 +23,5 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The image path.</value>
public string ImagePath { get; set; }
-
- /// <summary>
- /// Gets or sets the height of the image.
- /// </summary>
- /// <value>The height of the image.</value>
- public int? ImageHeight { get; set; }
-
- /// <summary>
- /// Gets or sets the width of the image.
- /// </summary>
- /// <value>The width of the image.</value>
- public int? ImageWidth { get; set; }
}
}