projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f984b
)
eina: revert that simplification as compiler are now to dumb to handle it.
author
Cedric Bail
<cedric.bail@samsung.com>
Fri, 5 Jul 2013 05:59:18 +0000
(14:59 +0900)
committer
Cedric Bail
<cedric.bail@samsung.com>
Fri, 5 Jul 2013 05:59:43 +0000
(14:59 +0900)
src/lib/eina/eina_rectangle.h
patch
|
blob
|
history
diff --git
a/src/lib/eina/eina_rectangle.h
b/src/lib/eina/eina_rectangle.h
index
ac51d16
..
c8dd388
100644
(file)
--- 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; \