user32/tests: Remove unused SAME macro.

This commit is contained in:
Gerald Pfeifer 2009-05-28 23:22:06 +02:00 committed by Alexandre Julliard
parent 7433eb76b5
commit bb902d6810
1 changed files with 0 additions and 1 deletions

View File

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