aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/UI/Splash.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/UI/Splash.xaml.cs')
-rw-r--r--MediaBrowser.Common/UI/Splash.xaml.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common/UI/Splash.xaml.cs b/MediaBrowser.Common/UI/Splash.xaml.cs
index edfacf016..f66f9ec8f 100644
--- a/MediaBrowser.Common/UI/Splash.xaml.cs
+++ b/MediaBrowser.Common/UI/Splash.xaml.cs
@@ -35,8 +35,6 @@ namespace MediaBrowser.Common.UI
{
// Setting this in markup throws an exception at runtime
ShowTitleBar = false;
-
- imgLogo.Source = (Application.Current as BaseApplication).GetLogoImage();
}
}
}