Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets/api


Modified Files:
        epplet.h.in 


Log Message:
Remove unused obsolete macro.

===================================================================
RCS file: /cvs/e/e16/epplets/api/epplet.h.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- epplet.h.in 31 Mar 2006 22:56:17 -0000      1.52
+++ epplet.h.in 12 Apr 2006 16:57:49 -0000      1.53
@@ -644,16 +644,3 @@
 void                Epplet_save_config(void);
 /* Delete the config information.                                           */
 void                Epplet_clear_config(void);
-/****************************************************************************/
-/* Convenience macros to make using the above calls easier                  */
-/****************************************************************************/
-/* write a single RGB pixel in an RGB buffer. it isnt very efficient to call */
-/* this lots - but it works well if called sparsely */
-#define         Epplet_buf_write_pixel(buf, x, y, r, g, b) \
-{\
-   char *ptr;\
-   ptr = (buf)->im->rgb_data + ((buf)->im->rgb_width * 3 * (w)) + (h);\
-   ptr[0] = (unsigned char)(r);\
-   ptr[1] = (unsigned char)(g);\
-   ptr[2] = (unsigned char)(b);\
-}




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to