Module: wine Branch: master Commit: bb902d68101fcb4a44f4c61d000f4b7c6e2849b0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bb902d68101fcb4a44f4c61d00... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Thu May 28 23:22:06 2009 +0200 user32/tests: Remove unused SAME macro. --- dlls/user32/tests/text.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/user32/tests/text.c b/dlls/user32/tests/text.c index a55c014..080e5dd 100644 --- a/dlls/user32/tests/text.c +++ b/dlls/user32/tests/text.c @@ -28,7 +28,6 @@ #include "winerror.h" #define MODIFIED(rect) (rect.left == 10 && rect.right != 100 && rect.top == 10 && rect.bottom != 100) -#define SAME(rect) (rect.left = 10 && rect.right == 100 && rect.top == 10 && rect.bottom == 100) #define EMPTY(rect) (rect.left == rect.right && rect.bottom == rect.top) static void test_DrawTextCalcRect(void)