summaryrefslogtreecommitdiff
path: root/Juick/MainPage.xaml.cs
diff options
context:
space:
mode:
authorGravatar Konstantin2012-10-23 22:33:46 +0400
committerGravatar Konstantin2012-10-23 22:33:46 +0400
commit61d3230b053453c9f8e145341a3def0d1ad8ff32 (patch)
treefaee3b9fe27d845ef5ada4082025f1e2dbf86c85 /Juick/MainPage.xaml.cs
parent1ebf0adc26fd3377b50aacaed798f9866a7ea2eb (diff)
clean
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();