user32/tests: Remove an unused macro.

Michael Stefaniuc mstefani at redhat.de
Thu Jun 16 03:28:13 CDT 2016


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
 dlls/user32/tests/static.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/user32/tests/static.c b/dlls/user32/tests/static.c
index 841889d..929b50d 100644
--- a/dlls/user32/tests/static.c
+++ b/dlls/user32/tests/static.c
@@ -33,9 +33,6 @@
 static HWND hMainWnd;
 
 #define expect_eq(expr, value, type, fmt) { type val = expr; ok(val == (value), #expr " expected " fmt " got " fmt "\n", (value), val); }
-#define expect_rect(r, _left, _top, _right, _bottom) ok(r.left == _left && r.top == _top && \
-    r.bottom == _bottom && r.right == _right, "Invalid rect (%d,%d) (%d,%d) vs (%d,%d) (%d,%d)\n", \
-    r.left, r.top, r.right, r.bottom, _left, _top, _right, _bottom);
 
 static int g_nReceivedColorStatic = 0;
 
-- 
2.4.11



More information about the wine-patches mailing list