Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-06-20 12:33:00 +0300
committerEion Robb <eion@robbmob.com>2016-06-20 12:33:00 +0300
commit72f0b003252d0c827e9fa5dcb31005ef4a51b036 (patch)
tree7474f8d741fd9386491f45d139bfd1437e398649 /skypeweb/skypeweb_login.c
parentc6c43cda9064fb593f9f65bf09c16eb676c03de9 (diff)
Functionerize the plain http request code to get it working (hackily) with libpurple 2.11.0 in preparation for the Big Changes coming soon
Diffstat (limited to 'skypeweb/skypeweb_login.c')
-rw-r--r--skypeweb/skypeweb_login.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/skypeweb/skypeweb_login.c b/skypeweb/skypeweb_login.c
index 4b60a25..0f25668 100644
--- a/skypeweb/skypeweb_login.c
+++ b/skypeweb/skypeweb_login.c
@@ -27,11 +27,6 @@ skypeweb_login_did_auth(PurpleUtilFetchUrlData *url_data, gpointer user_data, co
SkypeWebAccount *sa = user_data;
sa->url_datas = g_slist_remove(sa->url_datas, url_data);
-
- if (url_text == NULL) {
- url_text = url_data->webdata;
- len = url_data->data_len;
- }
if (url_text != NULL)
refresh_token = skypeweb_string_get_chunk(url_text, len, "=\"skypetoken\" value=\"", "\"");