cedric pushed a commit to branch master.

commit 0453cd16b4bf6d5b52f4868118119425e604ecf0
Author: Cedric Bail <[email protected]>
Date:   Fri Jul 5 14:59:18 2013 +0900

    eina: revert that simplification as compiler are now to dumb to handle it.
---
 src/lib/eina/eina_rectangle.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/eina/eina_rectangle.h b/src/lib/eina/eina_rectangle.h
index ac51d16..c8dd388 100644
--- a/src/lib/eina/eina_rectangle.h
+++ b/src/lib/eina/eina_rectangle.h
@@ -195,7 +195,6 @@ EAPI void                 
eina_rectangle_pool_release(Eina_Rectangle *rect) EINA
  * width and @p H is its height.
  */
 #define EINA_RECTANGLE_SET(Rectangle, X, Y, W, H) \
-  if (Rectangle)                                 \
     {                                            \
       (Rectangle)->x = X;                        \
       (Rectangle)->y = Y;                        \

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to