summaryrefslogtreecommitdiff
path: root/Juick/MainPage.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/MainPage.xaml.cs')
-rw-r--r--Juick/MainPage.xaml.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Juick/MainPage.xaml.cs b/Juick/MainPage.xaml.cs
index 783265e..97f7739 100644
--- a/Juick/MainPage.xaml.cs
+++ b/Juick/MainPage.xaml.cs
@@ -24,10 +24,10 @@ namespace Juick
public MainPage()
{
// Holds the push channel that is created or found.
- HttpNotificationChannel pushChannel;
+ //HttpNotificationChannel pushChannel; // unused variable
// The name of our push channel.
- string channelName = "JuickChannel";
+ //string channelName = "JuickChannel"; // unused variable
InitializeComponent();