Commit 730d5469 authored by Peter Oberndorfer's avatar Peter Oberndorfer Committed by Alexandre Julliard

winex11: Remove unused SWAP_INT macro.

parent f0d369ba
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment