* ecore: remove now useless structure.

Patch by Raphael Kubo da Costa <kubo@profusion.mobi>


SVN revision: 53570
This commit is contained in:
Cedric BAIL 2010-10-18 13:49:06 +00:00
parent 313e855af5
commit 7100d4ac62
2 changed files with 0 additions and 6 deletions

View File

@ -164,7 +164,6 @@ struct _Ecore_Con_Url
ECORE_MAGIC;
CURL *curl_easy;
struct curl_slist *headers;
struct curl_httppost *post;
Eina_List *additional_headers;
Eina_List *response_headers;
char *url;

View File

@ -402,11 +402,6 @@ ecore_con_url_free(Ecore_Con_Url *url_con)
url_con->fd_handler = NULL;
}
if (url_con->post)
curl_formfree(url_con->post);
url_con->post = NULL;
if (url_con->curl_easy)
{
// FIXME: For an unknown reason, progress continue to arrive after destruction