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.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>