aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/SplashScreen.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.ServerApplication/SplashScreen.xaml.cs')
-rw-r--r--MediaBrowser.ServerApplication/SplashScreen.xaml.cs29
1 files changed, 0 insertions, 29 deletions
diff --git a/MediaBrowser.ServerApplication/SplashScreen.xaml.cs b/MediaBrowser.ServerApplication/SplashScreen.xaml.cs
deleted file mode 100644
index 03bfb8eab9..0000000000
--- a/MediaBrowser.ServerApplication/SplashScreen.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Shapes;
-
-using MediaBrowser.Model.Progress;
-
-namespace MediaBrowser.ServerApplication
-{
- /// <summary>
- /// Interaction logic for SplashScreen.xaml
- /// </summary>
- public partial class SplashScreen : Window
- {
- public SplashScreen(IProgress<TaskProgress> progress)
- {
- InitializeComponent();
- }
- }
-}