eina: revert that simplification as compiler are now to dumb to handle it.
authorCedric Bail <cedric.bail@samsung.com>
Fri, 5 Jul 2013 05:59:18 +0000 (14:59 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 5 Jul 2013 05:59:43 +0000 (14:59 +0900)
src/lib/eina/eina_rectangle.h

index ac51d16..c8dd388 100644 (file)
@@ -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;                        \