mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Dont redefine _XfeSwap().
This commit is contained in:
parent
ff015df11c
commit
9cb070feb5
@ -55,14 +55,6 @@
|
||||
#define IS_OUR_TAB(w,child) \
|
||||
(XfeIsTab(child) && (_XfeParent(child) == w))
|
||||
|
||||
#define _XfeSwap(_x,_y,_t) \
|
||||
{ \
|
||||
_t __tmp__ = _x; \
|
||||
\
|
||||
_x = _y; \
|
||||
_y = __tmp__; \
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
/* */
|
||||
/* Core class methods */
|
||||
|
Loading…
Reference in New Issue
Block a user