From 4a664984f58b00493a61cb19fafc0ca01d35b930 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 10 Mar 2012 20:59:39 +0400 Subject: remove AvatarClient --- Juick/App.xaml.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Juick/App.xaml.cs') 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 }); } - } - + /// /// Provides easy access to the root frame of the Phone Application. /// -- cgit v1.2.3