summaryrefslogtreecommitdiff
path: root/Juick/App.xaml.cs
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2012-03-10 20:59:39 +0400
committerGravatar Vitaly Takmazov2012-03-10 20:59:39 +0400
commit4a664984f58b00493a61cb19fafc0ca01d35b930 (patch)
tree5af7c0ba8165c8bfd63683a6e40702449f5eded6 /Juick/App.xaml.cs
parent1daf00012658f8cf770eac1ad35bcb23159f29e8 (diff)
remove AvatarClient
Diffstat (limited to 'Juick/App.xaml.cs')
-rw-r--r--Juick/App.xaml.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/Juick/App.xaml.cs b/Juick/App.xaml.cs
index b73398c..69dbe16 100644
--- a/Juick/App.xaml.cs
+++ b/Juick/App.xaml.cs
@@ -38,13 +38,7 @@ namespace Juick
{
get { return _cl ?? (_cl = new RestClient("http://api.juick.com") {UserAgent = "Juick 0.999/Windows Phone " + Environment.OSVersion.Version}); }
}
-
- private static RestClient _acl;
- public static RestClient AvatarClient
- {
- get { return _acl ?? (_acl = new RestClient("http://i.juick.com") { UserAgent = "Juick 0.999/Windows Phone " + Environment.OSVersion.Version }); }
- }
-
+
/// <summary>
/// Provides easy access to the root frame of the Phone Application.
/// </summary>