mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
winex11: Remove unused SWAP_INT macro.
This commit is contained in:
parent
f0d369ba44
commit
730d546903
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user