Module: wine Branch: master Commit: 730d5469036fde9a1389bf47bbfb931a9faca6fc URL: http://source.winehq.org/git/wine.git/?a=commit;h=730d5469036fde9a1389bf47bb...
Author: Peter Oberndorfer kumbayo84@arcor.de Date: Sat Dec 22 16:09:55 2007 +0200
winex11: Remove unused SWAP_INT macro.
---
dlls/winex11.drv/text.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/text.c b/dlls/winex11.drv/text.c index 69ad225..752b8d3 100644 --- a/dlls/winex11.drv/text.c +++ b/dlls/winex11.drv/text.c @@ -31,7 +31,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(text);
-#define SWAP_INT(a,b) { int t = a; a = b; b = t; } #define IROUND(x) (int)((x)>0? (x)+0.5 : (x) - 0.5)