* ecore: remove now useless structure.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Oct 2010 13:49:06 +0000 (13:49 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Oct 2010 13:49:06 +0000 (13:49 +0000)
Patch by Raphael Kubo da Costa <kubo@profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53570 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con_private.h
src/lib/ecore_con/ecore_con_url.c

index 6685209..58d5da1 100644 (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;
index ff3a9c7..f97ff08 100644 (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