summaryrefslogtreecommitdiff
path: root/Juick/App.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/App.xaml.cs')
-rw-r--r--Juick/App.xaml.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Juick/App.xaml.cs b/Juick/App.xaml.cs
index 100f0e3..96e2ecd 100644
--- a/Juick/App.xaml.cs
+++ b/Juick/App.xaml.cs
@@ -83,18 +83,6 @@ namespace Juick
// This code will not execute when the application is reactivated
private void Application_Launching(object sender, LaunchingEventArgs e)
{
- const string JuickCaption = "Juick";
- TileHelper.UpdateFlipTile(
- JuickCaption,
- string.Empty,
- JuickCaption,
- JuickCaption,
- null,
- "/ApplicationSmallTile.png",
- "/ApplicationTile.png",
- null,
- "/ApplicationWideTile.png",
- null);
RootFrame.UriMapper = new MyUriMapper();
}