aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/ImageSourceInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Entities/ImageSourceInfo.cs')
-rw-r--r--MediaBrowser.Controller/Entities/ImageSourceInfo.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Controller/Entities/ImageSourceInfo.cs b/MediaBrowser.Controller/Entities/ImageSourceInfo.cs
deleted file mode 100644
index 6dc072431..000000000
--- a/MediaBrowser.Controller/Entities/ImageSourceInfo.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System;
-
-namespace MediaBrowser.Controller.Entities
-{
- public class ImageSourceInfo
- {
- public Guid ImagePathMD5 { get; set; }
- public Guid ImageUrlMD5 { get; set; }
- }
-}