aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IIsoMount.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/IO/IIsoMount.cs')
-rw-r--r--MediaBrowser.Model/IO/IIsoMount.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/MediaBrowser.Model/IO/IIsoMount.cs b/MediaBrowser.Model/IO/IIsoMount.cs
deleted file mode 100644
index 4f8f8b5d2..000000000
--- a/MediaBrowser.Model/IO/IIsoMount.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-using System;
-
-namespace MediaBrowser.Model.IO
-{
- /// <summary>
- /// Interface IIsoMount
- /// </summary>
- public interface IIsoMount : IDisposable
- {
- /// <summary>
- /// Gets or sets the iso path.
- /// </summary>
- /// <value>The iso path.</value>
- string IsoPath { get; }
-
- /// <summary>
- /// Gets the mounted path.
- /// </summary>
- /// <value>The mounted path.</value>
- string MountedPath { get; }
- }
-} \ No newline at end of file