aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Plugins.DefaultTheme/Pages/WeatherPage.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Plugins.DefaultTheme/Pages/WeatherPage.xaml.cs')
-rw-r--r--MediaBrowser.Plugins.DefaultTheme/Pages/WeatherPage.xaml.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Plugins.DefaultTheme/Pages/WeatherPage.xaml.cs b/MediaBrowser.Plugins.DefaultTheme/Pages/WeatherPage.xaml.cs
deleted file mode 100644
index eae50befb..000000000
--- a/MediaBrowser.Plugins.DefaultTheme/Pages/WeatherPage.xaml.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using MediaBrowser.UI.Pages;
-
-namespace MediaBrowser.Plugins.DefaultTheme.Pages
-{
- /// <summary>
- /// Interaction logic for WeatherPage.xaml
- /// </summary>
- public partial class WeatherPage : BaseWeatherPage
- {
- public WeatherPage()
- {
- InitializeComponent();
- }
- }
-}