aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Updates/InstallationEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Updates/InstallationEventArgs.cs')
-rw-r--r--MediaBrowser.Common/Updates/InstallationEventArgs.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Common/Updates/InstallationEventArgs.cs b/MediaBrowser.Common/Updates/InstallationEventArgs.cs
deleted file mode 100644
index 9dc8ead83..000000000
--- a/MediaBrowser.Common/Updates/InstallationEventArgs.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using MediaBrowser.Model.Updates;
-
-namespace MediaBrowser.Common.Updates
-{
- public class InstallationEventArgs
- {
- public InstallationInfo InstallationInfo { get; set; }
-
- public PackageVersionInfo PackageVersionInfo { get; set; }
- }
-}