winex11: Remove unused SWAP_INT macro.

This commit is contained in:
Peter Oberndorfer 2007-12-22 16:09:55 +02:00 committed by Alexandre Julliard
parent f0d369ba44
commit 730d546903

View file

@ -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)