eina: revert that simplification as compiler are now to dumb to handle it.

This commit is contained in:
Cedric Bail 2013-07-05 14:59:18 +09:00
parent 64f984bd1a
commit 0453cd16b4
1 changed files with 0 additions and 1 deletions

View 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; \