Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/imlib2_loaders

Dir     : e17/libs/imlib2_loaders/src


Modified Files:
        loader_ani.c loader_ico.c loader_xcf.c 


Log Message:
removed empty save() in some loaders
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/src/loader_ani.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- loader_ani.c        25 Apr 2002 03:21:25 -0000      1.8
+++ loader_ani.c        10 Feb 2004 18:33:47 -0000      1.9
@@ -342,15 +342,6 @@
   progress_granularity = 0;
 }
 
-char 
-save(ImlibImage *im, ImlibProgressFunction progress, char progress_granularity)
-{
-   return 0;
-   im = NULL;
-   progress = NULL;
-   progress_granularity = 0;
-}
-
 /* fills the ImlibLoader struct with a strign array of format file */
 /* extensions this loader can load. eg: */
 /* loader->formats = { "jpeg", "jpg"}; */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/src/loader_ico.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- loader_ico.c        25 Apr 2002 03:21:25 -0000      1.3
+++ loader_ico.c        10 Feb 2004 18:33:47 -0000      1.4
@@ -594,15 +594,6 @@
   progress_granularity = 0;
 }
 
-char 
-save(ImlibImage *im, ImlibProgressFunction progress, char progress_granularity)
-{
-   return 0;
-   im = NULL;
-   progress = NULL;
-   progress_granularity = 0;
-}
-
 /* fills the ImlibLoader struct with a strign array of format file */
 /* extensions this loader can load. eg: */
 /* loader->formats = { "jpeg", "jpg"}; */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/src/loader_xcf.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- loader_xcf.c        30 Dec 2002 12:55:47 -0000      1.17
+++ loader_xcf.c        10 Feb 2004 18:33:47 -0000      1.18
@@ -1724,15 +1724,6 @@
    immediate_load = 0;
 }
 
-char 
-save(ImlibImage *im, ImlibProgressFunction progress, char progress_granularity)
-{
-   return 0;
-   im = NULL;
-   progress = NULL;
-   progress_granularity = 0;
-}
-
 /* fills the ImlibLoader struct with a strign array of format file */
 /* extensions this loader can load. eg: */
 /* loader->formats = { "jpeg", "jpg"}; */




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to