jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=182eaad43deee46e8f1c6e63291823f56e285db5

commit 182eaad43deee46e8f1c6e63291823f56e285db5
Author: Jean-Philippe Andre <[email protected]>
Date:   Fri Mar 7 11:00:26 2014 +0900

    Evas: Reduce verbosity of alpha functions
    
    And remove commented-out code.
---
 src/lib/evas/common/evas_alpha_main.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/lib/evas/common/evas_alpha_main.c 
b/src/lib/evas/common/evas_alpha_main.c
index 6bd654c..74bc75b 100644
--- a/src/lib/evas/common/evas_alpha_main.c
+++ b/src/lib/evas/common/evas_alpha_main.c
@@ -65,21 +65,12 @@ EVAS_RENDER_MUL = 11, /**< d = d*s */
 Alpha_Gfx_Func
 evas_common_alpha_func_get(int op)
 {
-   INF("Requesting alpha function with OP %d", op);
    switch (op)
      {
       case EVAS_RENDER_BLEND:
         return _alpha_func_blend;
-//      case EVAS_RENDER_BLEND_REL:
       case EVAS_RENDER_COPY:
         return _alpha_func_copy;
-//      case EVAS_RENDER_COPY_REL:
-//      case EVAS_RENDER_ADD:
-//      case EVAS_RENDER_ADD_REL:
-//      case EVAS_RENDER_SUB:
-//      case EVAS_RENDER_SUB_REL:
-//      case EVAS_RENDER_TINT:
-//      case EVAS_RENDER_TINT_REL:
       case EVAS_RENDER_MASK:
       case EVAS_RENDER_MUL:
         return _alpha_func_mul;

-- 


Reply via email to