Dont redefine _XfeSwap().

This commit is contained in:
ramiro 1998-06-04 08:49:52 +00:00
parent ff015df11c
commit 9cb070feb5

View File

@ -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 */