summaryrefslogtreecommitdiff
path: root/Juick/App.xaml.cs
diff options
context:
space:
mode:
authorGravatar k0st1x2015-12-26 01:11:34 +0300
committerGravatar k0st1x2015-12-26 01:11:34 +0300
commit7d98c0b7de38999cfc0b81540d0ce425c7a0e15e (patch)
treebcf100fcf152d4675c64b9ebb399cd90366fbab2 /Juick/App.xaml.cs
parent73443e2fd916747e9d6c0bc5b0365e50813207e0 (diff)
migrate to WNS
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();
}