mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove unused EXTENTS macro from qregion source file
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
5326fc2978
commit
2486a53870
1 changed files with 0 additions and 13 deletions
|
@ -1684,19 +1684,6 @@ QT_END_INCLUDE_NAMESPACE
|
|||
(r1)->bottom() >= (r2)->top() && \
|
||||
(r1)->top() <= (r2)->bottom())
|
||||
|
||||
/*
|
||||
* update region extents
|
||||
*/
|
||||
#define EXTENTS(r,idRect){\
|
||||
if((r)->left() < (idRect)->extents.left())\
|
||||
(idRect)->extents.setLeft((r)->left());\
|
||||
if((r)->top() < (idRect)->extents.top())\
|
||||
(idRect)->extents.setTop((r)->top());\
|
||||
if((r)->right() > (idRect)->extents.right())\
|
||||
(idRect)->extents.setRight((r)->right());\
|
||||
if((r)->bottom() > (idRect)->extents.bottom())\
|
||||
(idRect)->extents.setBottom((r)->bottom());\
|
||||
}
|
||||
|
||||
/*
|
||||
* Check to see if there is enough memory in the present region.
|
||||
|
|
Loading…
Add table
Reference in a new issue