Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file_download.c 


Log Message:
Remove an unused static function.


===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file_download.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ecore_file_download.c       20 Mar 2008 17:56:41 -0000      1.23
+++ ecore_file_download.c       2 May 2008 15:33:09 -0000       1.24
@@ -28,7 +28,6 @@
                                                   void (*completion_cb)(void 
*data, const char *file, int status),
                                                   int (*progress_cb)(void 
*data, const char *file, long int dltotal, long int dlnow, long int ultotal, 
long int ulnow),
                                                   void *data);
-static int _ecore_file_download_curl_fd_handler(void *data, Ecore_Fd_Handler 
*fd_handler);
 
 static int _ecore_file_download_url_complete_cb(void *data, int type, void 
*event);
 static int _ecore_file_download_url_progress_cb(void *data, int type, void 
*event);



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to